diff options
| author | Jeff Dike <jdike@uml.karaya.com> | 2002-09-23 13:43:15 -0400 |
|---|---|---|
| committer | Jeff Dike <jdike@uml.karaya.com> | 2002-09-23 13:43:15 -0400 |
| commit | fc72f34545efbe18cd46c446e3368ce50913eff4 (patch) | |
| tree | 2ec1afebec04d263784e4f044784c2a471ee8df8 /include/asm-um/pgalloc.h | |
| parent | f20bf018befffbf30dbab2653586b437c358d26b (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.h | 1 |
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))) |
