commit | edbaadbe42b0b790618ec49d29626223529d8195 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@gmail.com> | Wed Sep 15 10:04:26 2010 +0900 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Sep 15 10:44:00 2010 +0200 |
tree | fbd036fe6208249b40ab56f1e68c4efb5b7785d0 | |
parent | 38a81da2205f94e8a2a834b51a6b99c91fc7c2e8 [diff] |
kprobes: Remove redundant address check Remove call to kernel_text_address() in register_jprobes() because it is called right after in register_kprobe(). Signed-off-by: Namhyung Kim <namhyung@gmail.com> Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> LKML-Reference: <1284512670-2369-2-git-send-email-namhyung@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>