RE: [BUG] oops in net_rx_action on 64-bit powerpc

2008-10-23 Thread Brandeburg, Jesse
Chris Friesen wrote: > I tried booting a post 2.6.27 -git on a Motorola ATCA6101 (very > similar to a Maple board). The first time I booted I got the first > log below via the serial console. I rebooted and got as far as a > login prompt. I was able to log in via the serial console, but then > g

RE: [BUILD_FAILURE] 2.6.27-git2 - allyesconfig on powerpc selectsCONFIG_INTEL_IOATDMA=y

2008-10-14 Thread Brandeburg, Jesse
Brice Goglin wrote: > Adrian Bunk wrote: >> But considering that igb is in a similar situation it would be nice >> if all 3 drivers would handle it the same way. >> > > Jesse, > What do you think of the below patch? Seems like a much better solution. I can have Jeff Kirsher work on the equivale

RE: [BUILD_FAILURE] 2.6.27-git2 - allyesconfig on powerpc selectsCONFIG_INTEL_IOATDMA=y

2008-10-13 Thread Brandeburg, Jesse
Adrian Bunk wrote: > On Mon, Oct 13, 2008 at 03:45:59PM +0530, Kamalesh Babulal wrote: >> Hi, >> >>2.6.27-git2 kernel build fails, while building the kernel with from subject, on PPC. >> allyesconfig option. The allyesconfig selects CONFIG_INTEL_IOATDMA=y >> >> CC drivers/dma/ioat_dca.o >

RE: [PATCH] e1000: Fix for 32 bits platforms with 64 bits resources

2007-11-28 Thread Brandeburg, Jesse
Benjamin Herrenschmidt wrote: > The e1000 driver stores the content of the PCI resources into > unsigned long's before ioremapping. This breaks on 32 bits > platforms that support 64 bits MMIO resources such as ppc 44x. > > This fixes it by removing those temporary variables and passing > directly