diff options
-rw-r--r-- | arch/arm/mm/Kconfig | 2 | ||||
-rw-r--r-- | include/asm-arm/pgtable-nommu.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index cccacd9c95af..d377376d6eed 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
@@ -351,7 +351,7 @@ config CPU_V6 | |||
351 | select CPU_CACHE_V6 | 351 | select CPU_CACHE_V6 |
352 | select CPU_CACHE_VIPT | 352 | select CPU_CACHE_VIPT |
353 | select CPU_CP15_MMU | 353 | select CPU_CP15_MMU |
354 | select CPU_HAS_ASID | 354 | select CPU_HAS_ASID if MMU |
355 | select CPU_COPY_V6 if MMU | 355 | select CPU_COPY_V6 if MMU |
356 | select CPU_TLB_V6 if MMU | 356 | select CPU_TLB_V6 if MMU |
357 | 357 | ||
diff --git a/include/asm-arm/pgtable-nommu.h b/include/asm-arm/pgtable-nommu.h index 0c8be19fd66b..1cf14d243e82 100644 --- a/include/asm-arm/pgtable-nommu.h +++ b/include/asm-arm/pgtable-nommu.h | |||
@@ -102,7 +102,7 @@ extern int is_in_rom(unsigned long); | |||
102 | #define v4_tlb_fns (0) | 102 | #define v4_tlb_fns (0) |
103 | #define v4wb_tlb_fns (0) | 103 | #define v4wb_tlb_fns (0) |
104 | #define v4wbi_tlb_fns (0) | 104 | #define v4wbi_tlb_fns (0) |
105 | #define v6_tlb_fns (0) | 105 | #define v6wbi_tlb_fns (0) |
106 | 106 | ||
107 | #define v3_user_fns (0) | 107 | #define v3_user_fns (0) |
108 | #define v4_user_fns (0) | 108 | #define v4_user_fns (0) |