aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include/asm/fixmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include/asm/fixmap.h')
-rw-r--r--arch/um/include/asm/fixmap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/um/include/asm/fixmap.h b/arch/um/include/asm/fixmap.h
index 3094ea3c73b0..1761fd75bf13 100644
--- a/arch/um/include/asm/fixmap.h
+++ b/arch/um/include/asm/fixmap.h
@@ -33,10 +33,6 @@
* fix-mapped?
*/
enum fixed_addresses {
-#ifdef CONFIG_HIGHMEM
- FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */
- FIX_KMAP_END = FIX_KMAP_BEGIN+(KM_TYPE_NR*NR_CPUS)-1,
-#endif
__end_of_fixed_addresses
};