Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55015
b: refs/heads/master
c: eb609e5
h: refs/heads/master
i:
  55013: fa0119d
  55011: f196e9e
  55007: 0fd4029
v: v3
  • Loading branch information
Srinivasa Ds authored and Paul Mackerras committed May 2, 2007
1 parent f523445 commit f12f1f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 14d1d2f25bca1c4ed45704c8019f6c971c40bba4
refs/heads/master: eb609e52d188775da738a1ffd1e982e6212c77d7
6 changes: 6 additions & 0 deletions trunk/include/asm-powerpc/kprobes.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ typedef unsigned int kprobe_opcode_t;
addr = *(kprobe_opcode_t **)addr; \
} else if (name[0] != '.') \
addr = *(kprobe_opcode_t **)addr; \
} else { \
char dot_name[KSYM_NAME_LEN+1]; \
dot_name[0] = '.'; \
dot_name[1] = '\0'; \
strncat(dot_name, name, KSYM_NAME_LEN); \
addr = (kprobe_opcode_t *)kallsyms_lookup_name(dot_name); \
} \
}

Expand Down

0 comments on commit f12f1f6

Please sign in to comment.