>From: S.Çağlar Onur [mailto:caglar@pardus.org.tr]
>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, 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/dma/ioat_dma.c: In function `ioat1_tx_submit':
>drivers/dma/ioat_dma.c:177: sorry, unimplemented: inlining
>failed in call to '__ioat1_dma_memcpy_issue_pending': function
>body not available
>drivers/dma/ioat_dma.c:268: sorry, unimplemented: called from here
>make[2]: *** [drivers/dma/ioat_dma.o] Hata 1
>make[1]: *** [drivers/dma] Hata 2
>make: *** [drivers] Hata 2
>
>Signed-off-by: S.Çağlar Onur <caglar@pardus.org.tr>