[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080421084749.GH26897@cs181133002.pp.htv.fi>
Date: Mon, 21 Apr 2008 11:47:49 +0300
From: Adrian Bunk <bunk@...nel.org>
To: dhowells@...hat.com
Cc: linux-kernel@...r.kernel.org
Subject: [2.6 patch] frv: remove HARD_RESET_NOW()
HARD_RESET_NOW() was unused.
And one of the few remaining cli() users.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
e2035c9bca6081c1ec8cea0215ba969ee30eddba diff --git a/include/asm-frv/system.h b/include/asm-frv/system.h
index 30a67a9..cb307f8 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);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists