linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: xtensa: switch to generic clone()
@ 2012-11-27  5:48 Max Filippov
  2012-11-27  6:48 ` Al Viro
  0 siblings, 1 reply; 2+ messages in thread
From: Max Filippov @ 2012-11-27  5:48 UTC (permalink / raw)
  To: Al Viro; +Cc: linux-next, Chris Zankel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-27  6:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27  5:48 xtensa: switch to generic clone() Max Filippov
2012-11-27  6:48 ` Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).