]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2979f9838a25c7be563f2c843ffba3b6435da7d7
treebc6e3bec5359b9136a8e53a9dbe80d71f9795f6b
parenta0c671b51e830226e9aa702740df1f52a75aba82
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]