patch-2.3.13 linux/include/asm-ppc/system.h

Next file: linux/include/asm-sparc/resource.h
Previous file: linux/include/asm-ppc/ide.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.12/linux/include/asm-ppc/system.h linux/include/asm-ppc/system.h
@@ -80,6 +80,7 @@
 extern void note_scsi_host(struct device_node *, void *);
 
 struct task_struct;
+#define prepare_to_switch()	do { } while(0)
 #define switch_to(prev,next,last) _switch_to((prev),(next),&(last))
 extern void _switch_to(struct task_struct *, struct task_struct *,
 		       struct task_struct **);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)