diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-08-18 04:15:12 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-23 01:55:21 -0400 |
commit | fe1cd9876fa6250a8eb3ae138917a2040eca2c47 (patch) | |
tree | b5265c1959ceecc7e3dbf62c305bf069236ef1f7 /arch/um/include/asm/archparam-i386.h | |
parent | ff64b4c18624ca545dd360c4fa65334d19ee7b6f (diff) |
x86, um: get rid of uml highmem.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/um/include/asm/archparam-i386.h')
-rw-r--r-- | arch/um/include/asm/archparam-i386.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/um/include/asm/archparam-i386.h b/arch/um/include/asm/archparam-i386.h index 49e89b8d7e58..93fd723344e5 100644 --- a/arch/um/include/asm/archparam-i386.h +++ b/arch/um/include/asm/archparam-i386.h | |||
@@ -6,11 +6,11 @@ | |||
6 | #ifndef __UM_ARCHPARAM_I386_H | 6 | #ifndef __UM_ARCHPARAM_I386_H |
7 | #define __UM_ARCHPARAM_I386_H | 7 | #define __UM_ARCHPARAM_I386_H |
8 | 8 | ||
9 | /********* Nothing for asm-um/hardirq.h **********/ | 9 | #ifdef CONFIG_X86_PAE |
10 | 10 | #define LAST_PKMAP 512 | |
11 | /********* Nothing for asm-um/hw_irq.h **********/ | 11 | #else |
12 | 12 | #define LAST_PKMAP 1024 | |
13 | /********* Nothing for asm-um/string.h **********/ | 13 | #endif |
14 | 14 | ||
15 | #endif | 15 | #endif |
16 | 16 | ||