From: Becky Bruce Date: Mon, 23 Nov 2009 12:28:53 +0000 (+0000) Subject: powerpc: Fix DEBUG_HIGHMEM build break from d4515646699 X-Git-Tag: v2.6.32~37^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8105903d78c81119754a42926951d9d17e191ba;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed