From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 23 Mar 2010 09:01:38 +1100 From: Anton Blanchard To: Linus Torvalds Subject: Re: ppc64 sys_ipc breakage in 2.6.34-rc2 Message-ID: <20100322220138.GF24064@kryten> References: <20100322064759.GE24064@kryten> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: Cc: Heiko Carstens , Andreas Schwab , "H. Peter Anvin" , Christoph Hellwig , Jesper Nilsson , Hirokazu Takata , James Morris , Russell King , Ingo Molnar , Arnd Bergmann , Jeff Dike , Al Viro , Thomas Gleixner , "Luck, Tony" , Ralf Baechle , Kyle McMartin , Paul Mundt , Martin Schwidefsky , Andrew Morton , linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, > > ipc/syscall.c:17: error: conflicting types for ‘sys_ipc’ > > include/linux/syscalls.h:691: note: previous declaration of ‘sys_ipc’ was here > > Hmm. Right you are. Why don't I see this? (I already applied the patch) > > Ahh. Because this only triggers with __ARCH_WANT_SYS_IPC. But why didn't > Anton see it then? > > Anyway, I assume the following fixes it. Can you verify? Sorry, I forgot to quilt add. Stupid screw up, thanks Andreas for catching it so quickly. Anton