X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=arch%2Fmips%2Finclude%2Fasm%2Ffixmap.h;h=0b89b83e20551cd05d072fd26a8b56c834c62efa;hb=0f334a3e8c3586f81286345eb077ed32b375e8d6;hp=efeddc8db8b1ee15883aec8e23fa95c7e905217b;hpb=39d2211d20518677511043d7ee16bbca6d0c5070;p=deliverable%2Flinux.git diff --git a/arch/mips/include/asm/fixmap.h b/arch/mips/include/asm/fixmap.h index efeddc8db8b1..0b89b83e2055 100644 --- a/arch/mips/include/asm/fixmap.h +++ b/arch/mips/include/asm/fixmap.h @@ -48,9 +48,9 @@ enum fixed_addresses { #define FIX_N_COLOURS 8 FIX_CMAP_BEGIN, #ifdef CONFIG_MIPS_MT_SMTC - FIX_CMAP_END = FIX_CMAP_BEGIN + (FIX_N_COLOURS * NR_CPUS), + FIX_CMAP_END = FIX_CMAP_BEGIN + (FIX_N_COLOURS * NR_CPUS * 2), #else - FIX_CMAP_END = FIX_CMAP_BEGIN + FIX_N_COLOURS, + FIX_CMAP_END = FIX_CMAP_BEGIN + (FIX_N_COLOURS * 2), #endif #ifdef CONFIG_HIGHMEM /* reserved pte's for temporary kernel mappings */