aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Porter <mporter@kernel.crashing.org>2005-01-14 23:21:13 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-14 23:21:13 -0800
commitf1c5697d22fb97119cb4e7c0bc82841056132cb0 (patch)
tree6b7648822e1a84f233696cd82b2f6e3331517f6f /include
parent464e592f28179c04cd4b49354d76ad8e8c8b06b7 (diff)
downloadhistory-f1c5697d22fb97119cb4e7c0bc82841056132cb0.tar.gz
[PATCH] ppc32: fix PPC44x build
Fix PPC44x build broken from a latent bug. Signed-off-by: Matt Porter <mporter@kernel.crashing.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc/pgtable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc/pgtable.h b/include/asm-ppc/pgtable.h
index 4bf05dd5a675c5..fb6af1716074e5 100644
--- a/include/asm-ppc/pgtable.h
+++ b/include/asm-ppc/pgtable.h
@@ -127,6 +127,7 @@ extern unsigned long ioremap_bot, ioremap_base;
*/
#define VMALLOC_OFFSET (0x1000000) /* 16M */
#ifdef CONFIG_44x
+#include <asm/ibm44x.h>
#define VMALLOC_START (((_ALIGN((long)high_memory, PPC44x_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
#else
#define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))