diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-11-26 09:47:44 +0300 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 12:43:50 +0300 |
commit | eb67cf14ae5c21609c200859d6f3eba71c591569 (patch) | |
tree | 49f0ea872030bf30ee454fec23ce7769919439e3 /arch/sh/include/asm/processor_64.h | |
parent | f74c034d52d0f908d5b929423a680962a2586199 (diff) | |
download | linux-eb67cf14ae5c21609c200859d6f3eba71c591569.tar.xz |
sh: Consolidate cpu_relax()/cpu_sleep() definitions across _32/_64.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/processor_64.h')
-rw-r--r-- | arch/sh/include/asm/processor_64.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/include/asm/processor_64.h b/arch/sh/include/asm/processor_64.h index b0b4824dfc4c..96067e9397ea 100644 --- a/arch/sh/include/asm/processor_64.h +++ b/arch/sh/include/asm/processor_64.h @@ -228,7 +228,5 @@ extern unsigned long get_wchan(struct task_struct *p); #define user_stack_pointer(regs) ((regs)->sp) -#define cpu_relax() barrier() - #endif /* __ASSEMBLY__ */ #endif /* __ASM_SH_PROCESSOR_64_H */ |