From 8a575afbfb8205adb5865639d393607b650d75aa Mon Sep 17 00:00:00 2001 From: Vegard Nossum Date: Tue, 29 Jul 2008 22:33:32 -0700 Subject: [PATCH] --- yaml --- r: 107014 b: refs/heads/master c: 3f1712bac586069d6c891a8201457283b27e8abe h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/kallsyms.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 6d6ee2c4bd40..6379d4082586 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c389d27b5e643d745f55ffb939b1426060ba63d4 +refs/heads/master: 3f1712bac586069d6c891a8201457283b27e8abe diff --git a/trunk/include/linux/kallsyms.h b/trunk/include/linux/kallsyms.h index 57aefa160a92..b96144887444 100644 --- a/trunk/include/linux/kallsyms.h +++ b/trunk/include/linux/kallsyms.h @@ -108,8 +108,7 @@ static inline void print_fn_descriptor_symbol(const char *fmt, void *addr) static inline void print_ip_sym(unsigned long ip) { - printk("[<%p>]", (void *) ip); - print_symbol(" %s\n", ip); + printk("[<%p>] %pS\n", (void *) ip, (void *) ip); } #endif /*_LINUX_KALLSYMS_H*/