* other CPUs.
         */
        if (m && global_worst >= MCE_PANIC_SEVERITY && tolerant < 3)
-               mce_panic("Fatal machine check", m, msg);
+               mce_panic("Fatal Machine check", m, msg);
 
        /*
         * For UC somewhere we let the CPU who detects it handle it.
         * support MCE broadcasting or it has been disabled.
         */
        if (no_way_out && tolerant < 3)
-               mce_panic("Machine check", final, msg);
+               mce_panic("Fatal machine check on current CPU", final, msg);
 
        /*
         * If the error seems to be unrecoverable, something should be