Skip to content

Commit

Permalink
frv: remove HARD_RESET_NOW()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Apr 21, 2008
1 parent 19b5b51 commit eb0cc5f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/asm-frv/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit eb0cc5f

Please sign in to comment.