Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

frv: remove HARD_RESET_NOW()

HARD_RESET_NOW() was unused.

And one of the few remaining cli() users.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Adrian Bunk and committed by
Linus Torvalds
eb0cc5fe 19b5b517

-5
-5
include/asm-frv/system.h
··· 197 197 do { var = (value); barrier(); } while (0) 198 198 #endif 199 199 200 - #define HARD_RESET_NOW() \ 201 - do { \ 202 - cli(); \ 203 - } while(1) 204 - 205 200 extern void die_if_kernel(const char *, ...) __attribute__((format(printf, 1, 2))); 206 201 extern void free_initmem(void); 207 202