Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57759
b: refs/heads/master
c: cb95779
h: refs/heads/master
i:
  57757: 1844652
  57755: 9dec50c
  57751: d3c5690
  57743: a32464f
  57727: c06840c
v: v3
  • Loading branch information
Kyle McMartin authored and Kyle McMartin committed May 30, 2007
1 parent cfbf1a5 commit 327de45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 516a9491151d5f75911647dd44812f25ff24282d
refs/heads/master: cb9577958d85896303561d9cc8544885deb272be
4 changes: 3 additions & 1 deletion trunk/arch/parisc/kernel/unwind.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,10 @@ static void unwind_frame_regs(struct unwind_frame_info *info)
/* Handle some frequent special cases.... */
{
char symname[KSYM_NAME_LEN+1];
char *modname;

kallsyms_lookup(info->ip, NULL, NULL, NULL, symname);
kallsyms_lookup(info->ip, NULL, NULL, &modname,
symname);

dbg("info->ip = 0x%lx, name = %s\n", info->ip, symname);

Expand Down

0 comments on commit 327de45

Please sign in to comment.