diff options
author | Jeff Dike <jdike@addtoit.com> | 2006-12-06 20:34:53 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 08:39:29 -0800 |
commit | 7b65fee21c6bff68711b48e0aa1cfd42b3198312 (patch) | |
tree | eaec0d13ceaa9fa98ece1c29659bffc66d0fd808 /arch | |
parent | 54f9a398e18a49e302e2187fa694043250391d80 (diff) | |
download | op-kernel-dev-7b65fee21c6bff68711b48e0aa1cfd42b3198312.zip op-kernel-dev-7b65fee21c6bff68711b48e0aa1cfd42b3198312.tar.gz |
[PATCH] uml: include asm/page.h in order to get PAGE_SHIFT
Include the proper header to get a definition of PAGE_SHIFT.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/um/include/sysdep-i386/stub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/include/sysdep-i386/stub.h b/arch/um/include/sysdep-i386/stub.h index b492b12..4fffae7 100644 --- a/arch/um/include/sysdep-i386/stub.h +++ b/arch/um/include/sysdep-i386/stub.h @@ -9,6 +9,7 @@ #include <sys/mman.h> #include <asm/ptrace.h> #include <asm/unistd.h> +#include <asm/page.h> #include "stub-data.h" #include "kern_constants.h" #include "uml-config.h" |