diff options
-rw-r--r-- | arch/m68k/include/asm/MC68EZ328.h | 2 | ||||
-rw-r--r-- | arch/m68k/include/asm/MC68VZ328.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/include/asm/MC68EZ328.h b/arch/m68k/include/asm/MC68EZ328.h index 69b7f9139e5e..d1bde58ab0dd 100644 --- a/arch/m68k/include/asm/MC68EZ328.h +++ b/arch/m68k/include/asm/MC68EZ328.h | |||
@@ -1047,7 +1047,7 @@ typedef volatile struct { | |||
1047 | 1047 | ||
1048 | #define WATCHDOG_EN 0x0001 /* Watchdog Enabled */ | 1048 | #define WATCHDOG_EN 0x0001 /* Watchdog Enabled */ |
1049 | #define WATCHDOG_ISEL 0x0002 /* Select the watchdog interrupt */ | 1049 | #define WATCHDOG_ISEL 0x0002 /* Select the watchdog interrupt */ |
1050 | #define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occcured */ | 1050 | #define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occurred */ |
1051 | #define WATCHDOG_CNT_MASK 0x0300 /* Watchdog Counter */ | 1051 | #define WATCHDOG_CNT_MASK 0x0300 /* Watchdog Counter */ |
1052 | #define WATCHDOG_CNT_SHIFT 8 | 1052 | #define WATCHDOG_CNT_SHIFT 8 |
1053 | 1053 | ||
diff --git a/arch/m68k/include/asm/MC68VZ328.h b/arch/m68k/include/asm/MC68VZ328.h index 2b9bf626a0a5..6bd1bf1f85ea 100644 --- a/arch/m68k/include/asm/MC68VZ328.h +++ b/arch/m68k/include/asm/MC68VZ328.h | |||
@@ -1143,7 +1143,7 @@ typedef struct { | |||
1143 | 1143 | ||
1144 | #define WATCHDOG_EN 0x0001 /* Watchdog Enabled */ | 1144 | #define WATCHDOG_EN 0x0001 /* Watchdog Enabled */ |
1145 | #define WATCHDOG_ISEL 0x0002 /* Select the watchdog interrupt */ | 1145 | #define WATCHDOG_ISEL 0x0002 /* Select the watchdog interrupt */ |
1146 | #define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occcured */ | 1146 | #define WATCHDOG_INTF 0x0080 /* Watchdog interrupt occurred */ |
1147 | #define WATCHDOG_CNT_MASK 0x0300 /* Watchdog Counter */ | 1147 | #define WATCHDOG_CNT_MASK 0x0300 /* Watchdog Counter */ |
1148 | #define WATCHDOG_CNT_SHIFT 8 | 1148 | #define WATCHDOG_CNT_SHIFT 8 |
1149 | 1149 | ||