diff options
Diffstat (limited to 'arch/h8300/include/asm/processor.h')
-rw-r--r-- | arch/h8300/include/asm/processor.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/h8300/include/asm/processor.h b/arch/h8300/include/asm/processor.h index e834b6018897..61fabf1788c6 100644 --- a/arch/h8300/include/asm/processor.h +++ b/arch/h8300/include/asm/processor.h | |||
@@ -135,4 +135,9 @@ unsigned long get_wchan(struct task_struct *p); | |||
135 | 135 | ||
136 | #define cpu_relax() barrier() | 136 | #define cpu_relax() barrier() |
137 | 137 | ||
138 | #define HARD_RESET_NOW() ({ \ | ||
139 | local_irq_disable(); \ | ||
140 | asm("jmp @@0"); \ | ||
141 | }) | ||
142 | |||
138 | #endif | 143 | #endif |