]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/nmi_32.c
x86: add the word 'WARNING' in check_nmi_watchdog() output
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / nmi_32.c
index f5cc47c60b1372729568c5c0f7fdd5bad369b70e..80ca72e5ac29f4fc9e3f41da4d428f31ea658896 100644 (file)
@@ -106,7 +106,8 @@ static int __init check_nmi_watchdog(void)
                if (!per_cpu(wd_enabled, cpu))
                        continue;
                if (nmi_count(cpu) - prev_nmi_count[cpu] <= 5) {
-                       printk("CPU#%d: NMI appears to be stuck (%d->%d)!\n",
+                       printk(KERN_WARNING "WARNING: CPU#%d: NMI "
+                               "appears to be stuck (%d->%d)!\n",
                                cpu,
                                prev_nmi_count[cpu],
                                nmi_count(cpu));