diff options
Diffstat (limited to 'include/asm-frv/processor.h')
| -rw-r--r-- | include/asm-frv/processor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-frv/processor.h b/include/asm-frv/processor.h index 1c4dba1c5f57..3744f2e47f48 100644 --- a/include/asm-frv/processor.h +++ b/include/asm-frv/processor.h | |||
| @@ -21,6 +21,7 @@ | |||
| 21 | */ | 21 | */ |
| 22 | #define current_text_addr() ({ __label__ _l; _l: &&_l;}) | 22 | #define current_text_addr() ({ __label__ _l; _l: &&_l;}) |
| 23 | 23 | ||
| 24 | #include <linux/compiler.h> | ||
| 24 | #include <linux/linkage.h> | 25 | #include <linux/linkage.h> |
| 25 | #include <asm/sections.h> | 26 | #include <asm/sections.h> |
| 26 | #include <asm/segment.h> | 27 | #include <asm/segment.h> |
| @@ -139,7 +140,7 @@ unsigned long get_wchan(struct task_struct *p); | |||
| 139 | extern struct task_struct *alloc_task_struct(void); | 140 | extern struct task_struct *alloc_task_struct(void); |
| 140 | extern void free_task_struct(struct task_struct *p); | 141 | extern void free_task_struct(struct task_struct *p); |
| 141 | 142 | ||
| 142 | #define cpu_relax() do { } while (0) | 143 | #define cpu_relax() barrier() |
| 143 | 144 | ||
| 144 | /* data cache prefetch */ | 145 | /* data cache prefetch */ |
| 145 | #define ARCH_HAS_PREFETCH | 146 | #define ARCH_HAS_PREFETCH |
