From a2234b4baefe2a2742b5fa8839be1ab1aca39057 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Tue, 28 Feb 2012 08:49:34 +0000 Subject: [PATCH] powerpc: 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-format-patch failed