frv: remove HARD_RESET_NOW()
authorAdrian Bunk <bunk@kernel.org>
Mon, 21 Apr 2008 11:50:59 +0000 (12:50 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 21 Apr 2008 23:03:13 +0000 (16:03 -0700)
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>
include/asm-frv/system.h

index 30a67a9..cb307f8 100644 (file)
@@ -197,11 +197,6 @@ do {                                                       \
        do { var = (value); barrier(); } while (0)
 #endif
 
-#define HARD_RESET_NOW()                       \
-do {                                           \
-       cli();                                  \
-} while(1)
-
 extern void die_if_kernel(const char *, ...) __attribute__((format(printf, 1, 2)));
 extern void free_initmem(void);