Hi Al, looks like the following hunk is missing in the commit a4bcde6 xtensa: switch to generic clone() found in the linux-next tree next-20121126, which breaks xtensa builds. --- diff --git a/arch/xtensa/include/asm/syscall.h b/arch/xtensa/include/asm/syscall.h index b00c928..cd53ec2 100644 --- a/arch/xtensa/include/asm/syscall.h +++ b/arch/xtensa/include/asm/syscall.h @@ -8,6 +8,8 @@ * Copyright (C) 2001 - 2007 Tensilica Inc. */ +#include <asm-generic/syscalls.h> + struct pt_regs; struct sigaction; asmlinkage long xtensa_ptrace(long, long, long, long); -- Thanks. -- Max -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html