v2.4.10.4 -> v2.4.10.5
[linux-flexiantxendom0-3.2.10.git] / include / asm-cris / processor.h
index 5bc95fa..dec7e2c 100644 (file)
@@ -141,4 +141,6 @@ extern inline unsigned long thread_saved_pc(struct thread_struct *t)
 #define init_task       (init_task_union.task)
 #define init_stack      (init_task_union.stack)
 
+#define cpu_relax()    do { } while (0)
+
 #endif /* __ASM_CRIS_PROCESSOR_H */