diff options
Diffstat (limited to 'arch/um/sys-x86_64/fault.c')
-rw-r--r-- | arch/um/sys-x86_64/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/sys-x86_64/fault.c b/arch/um/sys-x86_64/fault.c index 4636b1465b6c..79f37ef3dceb 100644 --- a/arch/um/sys-x86_64/fault.c +++ b/arch/um/sys-x86_64/fault.c | |||
@@ -14,7 +14,7 @@ struct exception_table_entry | |||
14 | }; | 14 | }; |
15 | 15 | ||
16 | const struct exception_table_entry *search_exception_tables(unsigned long add); | 16 | const struct exception_table_entry *search_exception_tables(unsigned long add); |
17 | int arch_fixup(unsigned long address, union uml_pt_regs *regs) | 17 | int arch_fixup(unsigned long address, struct uml_pt_regs *regs) |
18 | { | 18 | { |
19 | const struct exception_table_entry *fixup; | 19 | const struct exception_table_entry *fixup; |
20 | 20 | ||