Re: [PATCH] xics/icp_natives: add __init to marker icp_native_init()

2011-08-25 Thread Arnaud Lacombe
Hi, On Thu, Aug 25, 2011 at 3:24 PM, Timur Tabi wrote: > Arnaud Lacombe wrote: >> This should fix the following warning: >> >>  LD      arch/powerpc/sysdev/xics/built-in.o >> WARNING: arch/powerpc/sysdev/xics/built-in.o(.text+0x1310): Section mismatch >>

Re: linux-next: build failure after merge of the final tree (tty tree related)

2011-08-25 Thread Arnaud Lacombe
Hi, On Thu, Aug 25, 2011 at 11:51 AM, Stephen Rothwell wrote: > Hi Timur, > > On Thu, 25 Aug 2011 10:22:05 -0500 Timur Tabi wrote: >> >> Is there some trick to building allyesconfig on PowerPC?  When I do try >> that, I >> get all sorts of weird build errors, and it dies long before it gets to

[PATCH] xics/icp_natives: add __init to marker icp_native_init()

2011-08-25 Thread Arnaud Lacombe
tself marked with __init. = not built-tested = Reported-by: Timur Tabi Signed-off-by: Arnaud Lacombe --- arch/powerpc/sysdev/xics/icp-native.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/sysdev/xics/icp-native.c b/arch/powerpc/sysdev/xics/icp-native.c

Re: linux-next: boot test failure (net tree)

2011-08-22 Thread Arnaud Lacombe
Hi, [Added linux-kbuild@ to the Cc: list.] On Mon, Aug 22, 2011 at 10:13 PM, David Miller wrote: > From: Stephen Rothwell > Date: Tue, 23 Aug 2011 11:41:29 +1000 > >> On Tue, 23 Aug 2011 11:40:11 +1000 Stephen Rothwell >> wrote: >>> >>> On Mon, 22 Aug 2011 11:30:32 +1000 Stephen Rothwell >>

Re: linux-next: build warning in Linus' tree

2010-11-17 Thread Arnaud Lacombe
Hi, On Wed, Nov 17, 2010 at 10:55 PM, Benjamin Herrenschmidt wrote: > On Mon, 2010-10-25 at 17:03 +1100, Stephen Rothwell wrote: >> Hi Arnaud, >> >> On Sun, 24 Oct 2010 23:47:09 -0400 Arnaud Lacombe wrote: >> > >> > The following patch should fix this

Re: linux-next: build warning in Linus' tree

2010-10-24 Thread Arnaud Lacombe
offsets.h:87:1: warning: this is the location of the > previous definition > > Caused by commit 3234282f33b29d349bcada40204fc7c8fda7fe72 ("x86, asm: Fix > CFI macro invocations to deal with shortcomings in gas"). The following patch should fix this warning. - Arnaud F