]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/x86/kernel/jump_label.c
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'
[linux.git] / arch / x86 / kernel / jump_label.c
index fc25f698d792faed00f461b0a378f30c35e3eb3d..c37bd0f39c708bc0b36da99574b0188597e0c6a4 100644 (file)
@@ -32,8 +32,7 @@ static void bug_at(unsigned char *ip, int line)
         * Something went wrong. Crash the box, as something could be
         * corrupting the kernel.
         */
-       pr_warning("Unexpected op at %pS [%p] (%02x %02x %02x %02x %02x) %s:%d\n",
-              ip, ip, ip[0], ip[1], ip[2], ip[3], ip[4], __FILE__, line);
+       pr_crit("jump_label: Fatal kernel bug, unexpected op at %pS [%p] (%5ph) %d\n", ip, ip, ip, line);
        BUG();
 }