]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Fix DEBUG_HIGHMEM build break from f35131045b0
authorBecky Bruce <beckyb@kernel.crashing.org>
Mon, 23 Nov 2009 12:28:53 +0000 (12:28 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 24 Nov 2009 06:00:25 +0000 (17:00 +1100)
commit3817326eb6f09954e4b2b57c7036385c3203f453
tree885f2a9e976498a946a98e226a732b07795ef4c6
parent113f687e54a5a576b095aa097336a9a9b9d37f55
powerpc: Fix DEBUG_HIGHMEM build break from f35131045b0

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 so hopefully we will remember to remove this.

Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/asm/kmap_types.h