x86: unify extable_{32|64}.c
authorHarvey Harrison <harvey.harrison@gmail.com>
Wed, 30 Jan 2008 12:31:41 +0000 (13:31 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:31:41 +0000 (13:31 +0100)
commit6d48583ba9ade609634e694fc35ea62b7a8adaaa
treebc6e3bec5359b9136a8e53a9dbe80d71f9795f6b
parent46265df040533f57c191bb2b019d6b25c3bf1f34
x86: unify extable_{32|64}.c

Introduce fixup_exception() on 64-bit and use it in kprobes to
eliminate an #ifdef.

Only 64-bit needs search_extable() due to a stepping bug.

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/kprobes.c
arch/x86/mm/Makefile_32
arch/x86/mm/Makefile_64
arch/x86/mm/extable.c [new file with mode: 0644]
arch/x86/mm/extable_32.c [deleted file]
arch/x86/mm/extable_64.c [deleted file]