From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by ozlabs.org (Postfix) with ESMTP id BAF2D67F18 for ; Sat, 11 Nov 2006 13:03:30 +1100 (EST) From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH 2/16] spufs: change ppc_rtas declaration to weak Date: Sat, 11 Nov 2006 03:03:25 +0100 References: <4554DA5E.3010103@am.sony.com> In-Reply-To: <4554DA5E.3010103@am.sony.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200611110303.25518.arnd@arndb.de> Cc: Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Friday 10 November 2006 21:00, Geoff Levand wrote: > Change the definition of powerpc's cond_syscall() to use the standard gcc > weak attribute specifier which provides proper support for C linkage as > needed by spu_syscall_table[]. >=20 > Fixes this powerpc build error with CONFIG_SPU_FS=3Dy, CONFIG_PPC_RTAS=3D= n: >=20 > =A0arch/powerpc/platforms/built-in.o: undefined reference to `ppc_rtas' >=20 >=20 > Signed-off-by: Geoff Levand >=20 Acked-by: Arnd Bergmann