Re: [PATCH] drivers/dma/ioat_dma.c: inlining failed

2008-01-06 Thread Mariusz Kozlowski
Hello, > The fix is in Linus' tree since 17 Dec 2007, and the line numbers in > your error messages also don't make sense in the current tree. True. > Is there any problem with your local copy of the tree? Oh crap ... how could this happen? I'd say it is my git & branches PEBKAC. Regards,

Re: [PATCH] drivers/dma/ioat_dma.c: inlining failed

2008-01-06 Thread Adrian Bunk
On Sun, Jan 06, 2008 at 01:57:23PM +0100, Mariusz Kozlowski wrote: > Hello, > > > > >After commit 7bb67c14fd3778504fb77da30ce11582336dfced, Linus's > > > >git tree gaves following compiliation error with gcc-3.4.6. > > > >Following patch solves this issue for me; > > > > > > > > > > > >[...] > >

Re: [PATCH] drivers/dma/ioat_dma.c: inlining failed

2008-01-06 Thread Mariusz Kozlowski
Hello, > > >After commit 7bb67c14fd3778504fb77da30ce11582336dfced, Linus's > > >git tree gaves following compiliation error with gcc-3.4.6. > > >Following patch solves this issue for me; > > > > > > > > >[...] > > > CC [M] drivers/dma/ioat.o > > > CC [M] drivers/dma/ioat_dma.o > > >drivers/d

Re: [PATCH] drivers/dma/ioat_dma.c: inlining failed

2007-12-14 Thread Andrew Morton
On Fri, 14 Dec 2007 11:53:28 -0800 "Nelson, Shannon" <[EMAIL PROTECTED]> wrote: > >-Original Message- > >From: S.__a__lar Onur [mailto:[EMAIL PROTECTED] > >Sent: Friday, December 14, 2007 11:45 AM > >To: linux-kernel@vger.kernel.org > >Cc: Nelson, Shannon > >Subject: [PATCH] drivers/dma/i

RE: [PATCH] drivers/dma/ioat_dma.c: inlining failed

2007-12-14 Thread Nelson, Shannon
>-Original Message- >From: S.Çağlar Onur [mailto:[EMAIL PROTECTED] >Sent: Friday, December 14, 2007 11:45 AM >To: linux-kernel@vger.kernel.org >Cc: Nelson, Shannon >Subject: [PATCH] drivers/dma/ioat_dma.c: inlining failed > >Hi; > >After commit 7bb67c14fd3778504fb77da30ce11582336dfced, Lin