summaryrefslogtreecommitdiff
path: root/include/asm-um/pgalloc.h
diff options
context:
space:
mode:
authorJeff Dike <jdike@uml.karaya.com>2002-09-23 13:43:15 -0400
committerJeff Dike <jdike@uml.karaya.com>2002-09-23 13:43:15 -0400
commitfc72f34545efbe18cd46c446e3368ce50913eff4 (patch)
tree2ec1afebec04d263784e4f044784c2a471ee8df8 /include/asm-um/pgalloc.h
parentf20bf018befffbf30dbab2653586b437c358d26b (diff)
Added highmem support.
The UML initialization code marks memory that doesn't fit in the kernel's address space as highmem, and later sets up the UML data structures for it, and frees that memory to the mm system as highmem.
Diffstat (limited to 'include/asm-um/pgalloc.h')
-rw-r--r--include/asm-um/pgalloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-um/pgalloc.h b/include/asm-um/pgalloc.h
index 4620297e2cc7..4ffc0f9c5a3e 100644
--- a/include/asm-um/pgalloc.h
+++ b/include/asm-um/pgalloc.h
@@ -8,6 +8,7 @@
#define __UM_PGALLOC_H
#include "linux/mm.h"
+#include "asm/fixmap.h"
#define pmd_populate_kernel(mm, pmd, pte) \
set_pmd(pmd, __pmd(_PAGE_TABLE + (unsigned long) __pa(pte)))