patch-2.4.11-dontuse linux/include/asm-cris/processor.h
Next file: linux/include/asm-cris/system.h
Previous file: linux/include/asm-cris/pgtable.h
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Mon Oct 8 11:43:54 2001
- Orig file:
v2.4.10/linux/include/asm-cris/processor.h
- Orig date:
Sun Sep 23 11:41:01 2001
diff -u --recursive --new-file v2.4.10/linux/include/asm-cris/processor.h linux/include/asm-cris/processor.h
@@ -12,13 +12,14 @@
#include <linux/config.h>
#include <asm/system.h>
+#include <asm/page.h>
#include <asm/ptrace.h>
/*
* Default implementation of macro that returns current
* instruction pointer ("program counter").
*/
-#define current_text_addr() ({void *pc; __asm__ ("move.d pc,%0" : "=rm" (pc)); pc; })
+#define current_text_addr() ({void *pc; __asm__ ("move.d $pc,%0" : "=rm" (pc)); pc; })
/* CRIS has no problems with write protection */
@@ -140,5 +141,7 @@
#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 */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)