aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-frv/system.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-04-21 07:50:59 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2008-04-21 19:03:13 -0400
commiteb0cc5fe4e8d4928259852d9dc3cb1eeae90e48f (patch)
tree746c6cc289f7b410c12332c18e2764e5efb9481d /include/asm-frv/system.h
parent19b5b517a8b81a448be9b2bdaf18a761a7b9799e (diff)
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>
Diffstat (limited to 'include/asm-frv/system.h')
-rw-r--r--include/asm-frv/system.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-frv/system.h b/include/asm-frv/system.h
index 30a67a9da11a..cb307f8a6b48 100644
--- a/include/asm-frv/system.h
+++ b/include/asm-frv/system.h
@@ -197,11 +197,6 @@ do { \
197 do { var = (value); barrier(); } while (0) 197 do { var = (value); barrier(); } while (0)
198#endif 198#endif
199 199
200#define HARD_RESET_NOW() \
201do { \
202 cli(); \
203} while(1)
204
205extern void die_if_kernel(const char *, ...) __attribute__((format(printf, 1, 2))); 200extern void die_if_kernel(const char *, ...) __attribute__((format(printf, 1, 2)));
206extern void free_initmem(void); 201extern void free_initmem(void);
207 202