]> git.baikalelectronics.ru Git - kernel.git/commit
x86: add the word 'WARNING' in check_nmi_watchdog() output
authorDon Zickus <dzickus@redhat.com>
Tue, 4 Dec 2007 16:19:07 +0000 (17:19 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 4 Dec 2007 16:19:07 +0000 (17:19 +0100)
commit77a0bc79076c0d307e4486beda6e8a86e8cd5de5
tree1179e6e91cab3f81104f05035eee6f4dd6052d91
parent940055af2205f6c8f6ecc5b87bd157e02a50529f
x86: add the word 'WARNING' in check_nmi_watchdog() output

Our automated test suite looks for keywords like error, fail, warning in
the boot log.  In the case when the nmi watchdog is determined to be
stuck in check_nmi_watchdog(), none of those keywords are displayed.

This patch adds a keyword, "WARNING:", so it makes it easier to notice
when the nmi watchdog isn't working correctly. Also add a proper
KERN_WARNING mark to this printout.

Signed-off-by: Don Zickus <dzickus@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/nmi_32.c
arch/x86/kernel/nmi_64.c