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

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

diff -u --recursive --new-file v2.3.12/linux/include/asm-mips/system.h linux/include/asm-mips/system.h
@@ -143,6 +143,7 @@
 extern asmlinkage void *(*resume)(void *last, void *next);
 #endif /* !defined (_LANGUAGE_ASSEMBLY) */
 
+#define prepare_to_switch()	do { } while(0)
 #define switch_to(prev,next,last) \
 do { \
 	(last) = resume(prev, next); \

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