Re: [PATCH] powerpc: Fix DEBUG_HIGHMEM build break from d4515646699

2009-11-30 Thread Josh Boyer
On Mon, Nov 23, 2009 at 04:28:53PM -0600, Becky Bruce wrote: Code was added to mm/higmem.c that depends on several kmap types that powerpc does not support. We add dummy invalid definitions for KM_NMI, KM_NM_PTE, and KM_IRQ_PTE. According to list discussion, this fix should not be needed anymore

Re: [PATCH] powerpc: Fix DEBUG_HIGHMEM build break from d4515646699

2009-11-30 Thread Benjamin Herrenschmidt
On Mon, 2009-11-30 at 12:57 -0500, Josh Boyer wrote: On Mon, Nov 23, 2009 at 04:28:53PM -0600, Becky Bruce wrote: Code was added to mm/higmem.c that depends on several kmap types that powerpc does not support. We add dummy invalid definitions for KM_NMI, KM_NM_PTE, and KM_IRQ_PTE.

Re: [PATCH] powerpc: Fix DEBUG_HIGHMEM build break from d4515646699

2009-11-30 Thread Josh Boyer
On Tue, Dec 01, 2009 at 06:49:43AM +1100, Benjamin Herrenschmidt wrote: On Mon, 2009-11-30 at 12:57 -0500, Josh Boyer wrote: On Mon, Nov 23, 2009 at 04:28:53PM -0600, Becky Bruce wrote: Code was added to mm/higmem.c that depends on several kmap types that powerpc does not support. We add dummy

Re: [PATCH] powerpc: Fix DEBUG_HIGHMEM build break from d4515646699

2009-11-30 Thread Benjamin Herrenschmidt
When you say you'll see what you can do, do you mean you'll see if you can get the patch into .32, or change the Fedora config? If you mean change the Fedora config, I can do that myself. I was more pointing out that you have a .32 patch not needed for .33 heading for .33... ;) I'll try

[PATCH] powerpc: Fix DEBUG_HIGHMEM build break from d4515646699

2009-11-23 Thread Becky Bruce
Code was added to mm/higmem.c that depends on several kmap types that powerpc does not support. We add dummy invalid definitions for KM_NMI, KM_NM_PTE, and KM_IRQ_PTE. According to list discussion, this fix should not be needed anymore starting with 2.6.33. The code is commented to this effect