powerpc: Fix DEBUG_HIGHMEM build break from d4515646699
authorBecky Bruce <beckyb@kernel.crashing.org>
Mon, 23 Nov 2009 12:28:53 +0000 (12:28 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 30 Nov 2009 22:33:45 +0000 (09:33 +1100)
commite8105903d78c81119754a42926951d9d17e191ba
tree922db1ce6111d096b2326a756c2843080ef7075f
parenta8a8a669ea13d792296737505adc43ccacf3a648
powerpc: Fix DEBUG_HIGHMEM build break from d4515646699

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