]> git.karo-electronics.de Git - mv-sheeva.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)
commit75bc122c2dc4d497909248e85d86139e54c8fd13
tree1179e6e91cab3f81104f05035eee6f4dd6052d91
parentee0011a798ba0e9134506830c58323f2bfcd2443
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