* Brian Gerst <brge...@gmail.com> wrote: > --- a/arch/x86/include/asm/vm86.h > +++ b/arch/x86/include/asm/vm86.h
> +static inline void save_v86_state(struct kernel_vm86_regs *, int) { } > + So this is not a valid inline function and the patches were clearly not built with !VM86 such as 64-bit defconfig: In file included from arch/x86/kernel/signal.c:34:0: ./arch/x86/include/asm/vm86.h: In function ‘save_v86_state’: ./arch/x86/include/asm/vm86.h:70:42: error: parameter name omitted static inline void save_v86_state(struct kernel_vm86_regs *, int) { } ./arch/x86/include/asm/vm86.h:70:42: error: parameter name omitted I fixed this up. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/