From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Date: Tue, 02 Nov 2004 22:18:30 +0000 Subject: Re: [PATCH] IA64 build broken... cond_syscall()... Fixes? Message-Id: <20041102141830.5958d188.akpm@osdl.org> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Luck, Tony" Cc: peterc@gelato.unsw.edu.au, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org "Luck, Tony" wrote: > > > >Andrew> Shouldn't we just bite the bullet and hoist all that > >Andrew> cond_syscall stuff out into its own .c file? > > > >OK. Patch appended. > > > >Signed-off-by: Peter Chubb > > > > Acked-by: Tony Luck > > No surprise that Peter's fix works for me since I'm building > ia64 systems too. yup. It needed a fixlet for other platforms. I'll scoot it along to Linus today. --- 25/kernel/sys_ni.c~sys_ni-fix 2004-11-01 23:17:15.324673272 -0800 +++ 25-akpm/kernel/sys_ni.c 2004-11-01 23:17:36.497454520 -0800 @@ -1,6 +1,9 @@ -#include + +#include #include +#include + /* * Non-implemented system calls get redirected here. */ _