aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-m68knommu/system.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-m68knommu/system.h b/include/asm-m68knommu/system.h
index 5da43a5d12a3..1bd1142685e1 100644
--- a/include/asm-m68knommu/system.h
+++ b/include/asm-m68knommu/system.h
@@ -253,8 +253,7 @@ cmpxchg(volatile int *p, int old, int new)
253 "); \ 253 "); \
254}) 254})
255#elif defined(CONFIG_NETtel) || defined(CONFIG_eLIA) || \ 255#elif defined(CONFIG_NETtel) || defined(CONFIG_eLIA) || \
256 defined(CONFIG_DISKtel) || defined(CONFIG_SECUREEDGEMP3) || \ 256 defined(CONFIG_SECUREEDGEMP3) || defined(CONFIG_CLEOPATRA)
257 defined(CONFIG_CLEOPATRA)
258#define HARD_RESET_NOW() ({ \ 257#define HARD_RESET_NOW() ({ \
259 asm(" \ 258 asm(" \
260 movew #0x2700, %sr; \ 259 movew #0x2700, %sr; \