]> Pileus Git - ~andy/linux/blobdiff - arch/arm/include/asm/tlbflush.h
ARM: Remove support for ARMv3 ARM610 and ARM710 CPUs
[~andy/linux] / arch / arm / include / asm / tlbflush.h
index 85fe61e7320265e6932e8659d95c57c7712ad04d..6e924d3a77ebc168cb8359e7cf79f21b8890146d 100644 (file)
 #define MULTI_TLB 1
 #endif
 
-#define v3_tlb_flags   (TLB_V3_FULL | TLB_V3_PAGE)
-
-#ifdef CONFIG_CPU_TLB_V3
-# define v3_possible_flags     v3_tlb_flags
-# define v3_always_flags       v3_tlb_flags
-# ifdef _TLB
-#  define MULTI_TLB 1
-# else
-#  define _TLB v3
-# endif
-#else
-# define v3_possible_flags     0
-# define v3_always_flags       (-1UL)
-#endif
-
 #define v4_tlb_flags   (TLB_V4_U_FULL | TLB_V4_U_PAGE)
 
 #ifdef CONFIG_CPU_TLB_V4WT
@@ -298,8 +283,7 @@ extern struct cpu_tlb_fns cpu_tlb;
  * implemented the "%?" method, but this has been discontinued due to too
  * many people getting it wrong.
  */
-#define possible_tlb_flags     (v3_possible_flags | \
-                                v4_possible_flags | \
+#define possible_tlb_flags     (v4_possible_flags | \
                                 v4wbi_possible_flags | \
                                 fr_possible_flags | \
                                 v4wb_possible_flags | \
@@ -307,8 +291,7 @@ extern struct cpu_tlb_fns cpu_tlb;
                                 v6wbi_possible_flags | \
                                 v7wbi_possible_flags)
 
-#define always_tlb_flags       (v3_always_flags & \
-                                v4_always_flags & \
+#define always_tlb_flags       (v4_always_flags & \
                                 v4wbi_always_flags & \
                                 fr_always_flags & \
                                 v4wb_always_flags & \