X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-frv%2Fprocessor.h;h=5228c18b7f78c69929b9598d0cdd01276fdf5510;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=3744f2e47f48fcd92fe03e9e89b550b841736e6d;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/include/asm-frv/processor.h b/include/asm-frv/processor.h index 3744f2e47..5228c18b7 100644 --- a/include/asm-frv/processor.h +++ b/include/asm-frv/processor.h @@ -12,6 +12,7 @@ #ifndef _ASM_PROCESSOR_H #define _ASM_PROCESSOR_H +#include #include #ifndef __ASSEMBLY__ @@ -21,7 +22,6 @@ */ #define current_text_addr() ({ __label__ _l; _l: &&_l;}) -#include #include #include #include @@ -140,7 +140,7 @@ unsigned long get_wchan(struct task_struct *p); extern struct task_struct *alloc_task_struct(void); extern void free_task_struct(struct task_struct *p); -#define cpu_relax() barrier() +#define cpu_relax() do { } while (0) /* data cache prefetch */ #define ARCH_HAS_PREFETCH