kernel/arch/sparc/include/asm/vaddrs.h
.. .. @@ -32,13 +32,13 @@ 32 32 #define SRMMU_NOCACHE_ALCRATIO 64 /* 256 pages per 64MB of system RAM */ 33 33 34 34 #ifndef __ASSEMBLY__ 35 -#include <asm/kmap_size.h>35 +#include <asm/kmap_types.h>36 36 37 37 enum fixed_addresses { 38 38 FIX_HOLE, 39 39 #ifdef CONFIG_HIGHMEM 40 40 FIX_KMAP_BEGIN, 41 - FIX_KMAP_END = (KM_MAX_IDX * NR_CPUS),41 + FIX_KMAP_END = (KM_TYPE_NR * NR_CPUS),42 42 #endif 43 43 __end_of_fixed_addresses 44 44 };