projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19b5b51
)
frv: remove HARD_RESET_NOW()
author
Adrian Bunk
<bunk@kernel.org>
Mon, 21 Apr 2008 11:50:59 +0000
(12:50 +0100)
committer
Linus 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
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-frv/system.h
b/include/asm-frv/system.h
index 30a67a9da11ae88f7754bb09512940204787ba7d..cb307f8a6b486406424319c89cab2ac491a5b2fa 100644
(file)
--- 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);