diff options
| -rw-r--r-- | drivers/watchdog/hpwdt.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index 2b763815aeec..1eff743ec497 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c | |||
| @@ -146,7 +146,7 @@ struct cmn_registers { | |||
| 146 | } __attribute__((packed)); | 146 | } __attribute__((packed)); |
| 147 | 147 | ||
| 148 | static unsigned int hpwdt_nmi_decoding; | 148 | static unsigned int hpwdt_nmi_decoding; |
| 149 | static unsigned int allow_kdump; | 149 | static unsigned int allow_kdump = 1; |
| 150 | static unsigned int is_icru; | 150 | static unsigned int is_icru; |
| 151 | static DEFINE_SPINLOCK(rom_lock); | 151 | static DEFINE_SPINLOCK(rom_lock); |
| 152 | static void *cru_rom_addr; | 152 | static void *cru_rom_addr; |
| @@ -756,6 +756,8 @@ error: | |||
| 756 | static void hpwdt_exit_nmi_decoding(void) | 756 | static void hpwdt_exit_nmi_decoding(void) |
| 757 | { | 757 | { |
| 758 | unregister_nmi_handler(NMI_UNKNOWN, "hpwdt"); | 758 | unregister_nmi_handler(NMI_UNKNOWN, "hpwdt"); |
| 759 | unregister_nmi_handler(NMI_SERR, "hpwdt"); | ||
| 760 | unregister_nmi_handler(NMI_IO_CHECK, "hpwdt"); | ||
| 759 | if (cru_rom_addr) | 761 | if (cru_rom_addr) |
| 760 | iounmap(cru_rom_addr); | 762 | iounmap(cru_rom_addr); |
| 761 | } | 763 | } |
