kprobes: Clean up insn_pages by using list instead of hlist
authorMasami Hiramatsu <mhiramat@redhat.com>
Tue, 30 Jun 2009 21:08:14 +0000 (17:08 -0400)
committerIngo Molnar <mingo@elte.hu>
Wed, 1 Jul 2009 08:43:41 +0000 (10:43 +0200)
Use struct list instead of struct hlist for managing
insn_pages, because insn_pages doesn't use hash table.

Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com>
Acked-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Jim Keniston <jkenisto@us.ibm.com>
Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
LKML-Reference: <20090630210814.17851.64651.stgit@localhost.localdomain>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/kprobes.c

Simple merge