]> Git Repo - linux.git/commitdiff
Blackfin arch: use %pF when printing out the double fault address so we get symbol...
authorMike Frysinger <[email protected]>
Thu, 14 Aug 2008 06:57:26 +0000 (14:57 +0800)
committerBryan Wu <[email protected]>
Thu, 14 Aug 2008 06:57:26 +0000 (14:57 +0800)
Signed-off-by: Mike Frysinger <[email protected]>
Signed-off-by: Bryan Wu <[email protected]>
arch/blackfin/kernel/setup.c

index eb300550e0938974d79b94ba4bbb7718008d3323..7a82d10b4ebf70aff56268ab83ff77966dbe69cb 100644 (file)
@@ -790,7 +790,7 @@ void __init setup_arch(char **cmdline_p)
                 * don't decode the address, since you don't know if this
                 * kernel's symbol map is the same as the crashing kernel
                 */
-               printk(KERN_INFO "Recovering from Double Fault event at %p\n", __retx);
+               printk(KERN_INFO "Recovering from Double Fault event at %pF\n", __retx);
        else if (_bfin_swrst & RESET_WDOG)
                printk(KERN_INFO "Recovering from Watchdog event\n");
        else if (_bfin_swrst & RESET_SOFTWARE)
This page took 0.051675 seconds and 4 git commands to generate.