diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-01-30 07:31:42 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:31:42 -0500 |
commit | 85f2adf16955460c98131360f3d76aeb51aba073 (patch) | |
tree | 07feccde929bd61c19d4513a6df3c0b3cc11ec60 /include/asm-x86/uaccess_64.h | |
parent | 6d48583ba9ade609634e694fc35ea62b7a8adaaa (diff) |
x86: use helper in fault_64.c
Use the fixup_exception() helper in fault_64.c
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>
Diffstat (limited to 'include/asm-x86/uaccess_64.h')
-rw-r--r-- | include/asm-x86/uaccess_64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/uaccess_64.h b/include/asm-x86/uaccess_64.h index f4ce8768ad44..31d794702719 100644 --- a/include/asm-x86/uaccess_64.h +++ b/include/asm-x86/uaccess_64.h | |||
@@ -65,6 +65,8 @@ struct exception_table_entry | |||
65 | unsigned long insn, fixup; | 65 | unsigned long insn, fixup; |
66 | }; | 66 | }; |
67 | 67 | ||
68 | extern int fixup_exception(struct pt_regs *regs); | ||
69 | |||
68 | #define ARCH_HAS_SEARCH_EXTABLE | 70 | #define ARCH_HAS_SEARCH_EXTABLE |
69 | 71 | ||
70 | /* | 72 | /* |