diff options
Diffstat (limited to 'arch/parisc/kernel/unwind.c')
-rw-r--r-- | arch/parisc/kernel/unwind.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/parisc/kernel/unwind.c b/arch/parisc/kernel/unwind.c index 5f75b3e65986..89c03707eccc 100644 --- a/arch/parisc/kernel/unwind.c +++ b/arch/parisc/kernel/unwind.c | |||
@@ -216,11 +216,8 @@ static void unwind_frame_regs(struct unwind_frame_info *info) | |||
216 | /* Handle some frequent special cases.... */ | 216 | /* Handle some frequent special cases.... */ |
217 | { | 217 | { |
218 | char symname[KSYM_NAME_LEN+1]; | 218 | char symname[KSYM_NAME_LEN+1]; |
219 | char *modname; | ||
220 | unsigned long symsize, offset; | ||
221 | 219 | ||
222 | kallsyms_lookup(info->ip, &symsize, &offset, | 220 | kallsyms_lookup(info->ip, NULL, NULL, NULL, symname); |
223 | &modname, symname); | ||
224 | 221 | ||
225 | dbg("info->ip = 0x%lx, name = %s\n", info->ip, symname); | 222 | dbg("info->ip = 0x%lx, name = %s\n", info->ip, symname); |
226 | 223 | ||