commit | 6d48583ba9ade609634e694fc35ea62b7a8adaaa | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Wed Jan 30 13:31:41 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:31:41 2008 +0100 |
tree | bc6e3bec5359b9136a8e53a9dbe80d71f9795f6b | |
parent | 46265df040533f57c191bb2b019d6b25c3bf1f34 [diff] |
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>