X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fdumpstack.c;h=e2a3f0606da4fa487d6d071ff0e964a16f44452c;hb=cbdad8dc18b8ddd6c8b48c4ef26d46f00b5af923;hp=81ac6c78c01cf24f4976418e27e821ff153a7dcd;hpb=7bf7e370d5919112c223a269462cd0b546903829;p=pandora-kernel.git diff --git a/arch/x86/kernel/dumpstack.c b/arch/x86/kernel/dumpstack.c index 81ac6c78c01c..e2a3f0606da4 100644 --- a/arch/x86/kernel/dumpstack.c +++ b/arch/x86/kernel/dumpstack.c @@ -27,7 +27,7 @@ static int die_counter; void printk_address(unsigned long address, int reliable) { - printk(" [<%p>] %s%pS\n", (void *) address, + printk(" [<%p>] %s%pB\n", (void *) address, reliable ? "" : "? ", (void *) address); }