]> bbs.cooldavid.org Git - net-next-2.6.git/commit
kprobes: Remove redundant address check
authorNamhyung Kim <namhyung@gmail.com>
Wed, 15 Sep 2010 01:04:26 +0000 (10:04 +0900)
committerIngo Molnar <mingo@elte.hu>
Wed, 15 Sep 2010 08:44:00 +0000 (10:44 +0200)
commitedbaadbe42b0b790618ec49d29626223529d8195
treefbd036fe6208249b40ab56f1e68c4efb5b7785d0
parent38a81da2205f94e8a2a834b51a6b99c91fc7c2e8
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>
kernel/kprobes.c