X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Fasm-v850%2Fprocessor.h;h=979e3467f9afc14b2a9e1db9eb33ec400c693371;hb=95f3eff6997ae4a6754c1d874ec0a414d97c44d1;hp=6965b66ccaed89ff828bd331bece3a5a5c6ceefa;hpb=34641a58a227e498adf471ab016bd054cc399d7e;p=~andy%2Flinux diff --git a/include/asm-v850/processor.h b/include/asm-v850/processor.h index 6965b66ccae..979e3467f9a 100644 --- a/include/asm-v850/processor.h +++ b/include/asm-v850/processor.h @@ -18,6 +18,7 @@ #include #endif +#include #include #include @@ -106,7 +107,7 @@ unsigned long get_wchan (struct task_struct *p); #define KSTK_ESP(task) task_sp (task) -#define cpu_relax() ((void)0) +#define cpu_relax() barrier() #else /* __ASSEMBLY__ */