提交 eb0cc5fe 编写于 作者: A Adrian Bunk 提交者: Linus Torvalds

frv: remove HARD_RESET_NOW()

HARD_RESET_NOW() was unused.

And one of the few remaining cli() users.
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
Signed-off-by: NDavid Howells <dhowells@redhat.com>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 19b5b517
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册