From: Adrian Bunk <bunk@kernel.org>
Date: Mon, 21 Apr 2008 11:50:59 +0000 (+0100)
Subject: frv: remove HARD_RESET_NOW()
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=eb0cc5fe4e8d4928259852d9dc3cb1eeae90e48f;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git

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>
---

diff --git a/include/asm-frv/system.h b/include/asm-frv/system.h
index 30a67a9da11..cb307f8a6b4 100644
--- a/include/asm-frv/system.h
+++ b/include/asm-frv/system.h
@@ -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);