aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/extable_64.c
Commit message (Collapse)AuthorAgeFilesLines
* x86: unify extable_{32|64}.cHarvey Harrison2008-01-301-34/+0
| | | | | | | | | | | 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>
* x86_64: move mmThomas Gleixner2007-10-111-0/+34
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>