Willy Tarreau wrote...
> Hmmm indeed, an include is missing here for asmregparm. Adding the following
> line fixes the problem for me :
>
> --- a/arch/x86/include/asm/ptrace.h
> +++ b/arch/x86/include/asm/ptrace.h
> @@ -2,6 +2,7 @@
> #define _ASM_X86_PTRACE_H
>
> #include <linux/compiler.h> /* For __user */
> +#include <linux/linkage.h> /* For asmregparm */
> #include <asm/ptrace-abi.h>
> #include <asm/processor-flags.h>
>
> I'd suggest that if the kernel build goes to the end for you, we merge
> this as well, otherwise we leave the two changes pending and focus on
> supporting gcc 4.7 later.
That did the trick: Kernel compiles and runs.
Christoph
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html