On Sun, Jul 20, 2014 at 4:13 PM, Sven Wegener <[email protected]> wrote: > Signed-off-by: Sven Wegener <[email protected]> > Cc: Andy Lutomirski <[email protected]>
Acked-by: Andy Lutomirski <[email protected]> > --- > arch/x86/kernel/entry_32.S | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S > index 793f6c9..0958f2b 100644 > --- a/arch/x86/kernel/entry_32.S > +++ b/arch/x86/kernel/entry_32.S > @@ -682,7 +682,7 @@ END(syscall_badsys) > sysenter_badsys: > movl $-ENOSYS,%eax > jmp sysenter_after_call > -END(syscall_badsys) > +END(sysenter_badsys) > CFI_ENDPROC > > .macro FIXUP_ESPFIX_STACK -- Andy Lutomirski AMA Capital Management, LLC -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

