x86/traps: Use pt_regs directly in fixup_bad_iret()
[sfrench/cifs-2.6.git] / arch / x86 / include / asm / traps.h
index 35317c5c551d98eee0fd664ccfcfcfbb7e8cd92a..47ecfff2c83dade6d993461c1b9c7494a05ffb28 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef CONFIG_X86_64
 asmlinkage __visible notrace struct pt_regs *sync_regs(struct pt_regs *eregs);
 asmlinkage __visible notrace
-struct bad_iret_stack *fixup_bad_iret(struct bad_iret_stack *s);
+struct pt_regs *fixup_bad_iret(struct pt_regs *bad_regs);
 void __init trap_init(void);
 asmlinkage __visible noinstr struct pt_regs *vc_switch_off_ist(struct pt_regs *eregs);
 #endif