summaryrefslogtreecommitdiffstats
path: root/arch/sparc/mm/srmmu.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2012-02-28 16:08:02 -0500
committerDavid S. Miller <davem@davemloft.net>2012-02-28 16:08:02 -0500
commite9b57cca3dbdc7a0b90514af8bf613baf97105a5 (patch)
tree48b8ff9e570226c3ffafc3738de48f0d6c2cb057 /arch/sparc/mm/srmmu.c
parentb4096504c2b6945c41eae99f85f4ec64ac19bfce (diff)
downloadop-kernel-dev-e9b57cca3dbdc7a0b90514af8bf613baf97105a5.zip
op-kernel-dev-e9b57cca3dbdc7a0b90514af8bf613baf97105a5.tar.gz
sparc: Use vsprintf extention %pf with builtin_return_address
Emit the function name not the address when possible. builtin_return_address() gives an address. When building a kernel with CONFIG_KALLSYMS, emit the actual function name not the address. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/mm/srmmu.c')
-rw-r--r--arch/sparc/mm/srmmu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/mm/srmmu.c b/arch/sparc/mm/srmmu.c
index cbef74e..f37fbb2 100644
--- a/arch/sparc/mm/srmmu.c
+++ b/arch/sparc/mm/srmmu.c
@@ -705,7 +705,7 @@ static void swift_update_mmu_cache(struct vm_area_struct * vma, unsigned long ad
val = srmmu_hwprobe(address);
if (val != 0 && pte_val(*ptep) != val) {
printk("swift_update_mmu_cache: "
- "addr %lx put %08x probed %08x from %p\n",
+ "addr %lx put %08x probed %08x from %pf\n",
address, pte_val(*ptep), val,
__builtin_return_address(0));
srmmu_flush_whole_tlb();
OpenPOWER on IntegriCloud