frv: remove HARD_RESET_NOW()
authorAdrian Bunk <[email protected]>
Mon, 21 Apr 2008 11:50:59 +0000 (12:50 +0100)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Signed-off-by: David Howells <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/asm-frv/system.h

index 30a67a9da11ae88f7754bb09512940204787ba7d..cb307f8a6b486406424319c89cab2ac491a5b2fa 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);