-
- Downloads
nmi watchdog: do not use cpp symbol in Kconfig
ARCH_HAS_NMI_WATCHDOG is a macro defined by arch, but config HARDLOCKUP_DETECTOR depends on it. This is wrong, ARCH_HAS_NMI_WATCHDOG has to be a Kconfig config, and arch's need it should select it explicitly. Signed-off-by:WANG Cong <xiyou.wangcong@gmail.com> Acked-by:
Don Zickus <dzickus@redhat.com> Acked-by:
Mike Frysinger <vapier@gentoo.org> Cc: David Howells <dhowells@redhat.com> Cc: David Miller <davem@davemloft.net> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- arch/Kconfig 3 additions, 0 deletionsarch/Kconfig
- arch/blackfin/Kconfig 1 addition, 0 deletionsarch/blackfin/Kconfig
- arch/blackfin/include/asm/irq.h 0 additions, 4 deletionsarch/blackfin/include/asm/irq.h
- arch/mn10300/Kconfig 1 addition, 0 deletionsarch/mn10300/Kconfig
- arch/mn10300/include/asm/reset-regs.h 0 additions, 4 deletionsarch/mn10300/include/asm/reset-regs.h
- arch/sparc/Kconfig 1 addition, 0 deletionsarch/sparc/Kconfig
- arch/sparc/include/asm/irq_64.h 0 additions, 1 deletionarch/sparc/include/asm/irq_64.h
- include/linux/nmi.h 1 addition, 1 deletioninclude/linux/nmi.h
- lib/Kconfig.debug 1 addition, 1 deletionlib/Kconfig.debug
Loading
Please register or sign in to comment