kernel/arch/mips/mm/init.c
.. .. @@ -36,6 +36,7 @@ 36 36 #include <asm/cachectl.h> 37 37 #include <asm/cpu.h> 38 38 #include <asm/dma.h> 39 +#include <asm/kmap_types.h>39 40 #include <asm/maar.h> 40 41 #include <asm/mmu_context.h> 41 42 #include <asm/sections.h> .. .. @@ -401,6 +402,9 @@ 401 402 402 403 pagetable_init(); 403 404 405 +#ifdef CONFIG_HIGHMEM406 + kmap_init();407 +#endif404 408 #ifdef CONFIG_ZONE_DMA 405 409 max_zone_pfns[ZONE_DMA] = MAX_DMA_PFN; 406 410 #endif