linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / asm-frv / system.h
index 1734ed9..f72ff0c 100644 (file)
@@ -18,6 +18,8 @@
 
 struct thread_struct;
 
+#define prepare_to_switch()    do { } while(0)
+
 /*
  * switch_to(prev, next) should switch from task `prev' to `next'
  * `prev' will never be the same as `next'.