X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=arch%2Fh8300%2Finclude%2Fasm%2Fprocessor.h;h=61fabf1788c6b4e1a9c006d29a070b2b1bfb5904;hb=a5401ee3da720d29bcce90ed352738c85a71f6cf;hp=e834b60188977b0a047df1d95d4e29e2cf9b36b1;hpb=40ab3317493609c9a8199492588ae7bf88eb12d6;p=firefly-linux-kernel-4.4.55.git 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); #define cpu_relax() barrier() +#define HARD_RESET_NOW() ({ \ + local_irq_disable(); \ + asm("jmp @@0"); \ +}) + #endif