linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-xtensa / system.h
index b29f7ae..9284867 100644 (file)
@@ -111,6 +111,8 @@ extern void *_switch_to(void *last, void *next);
 
 #endif /* __ASSEMBLY__ */
 
+#define prepare_to_switch()    do { } while(0)
+
 #define switch_to(prev,next,last)              \
 do {                                           \
        clear_cpenable();                       \