[PATCH 19/20] mm, sparc32: Convert sparc32 to generic tlb
From: Peter Zijlstra <hidden>
Date: 2012-06-27 21:41:48
Also in:
linux-arch
From: Peter Zijlstra <hidden>
Date: 2012-06-27 21:41:48
Also in:
linux-arch
Cc: David Miller <davem@davemloft.net> Signed-off-by: Peter Zijlstra <redacted> --- arch/sparc/Kconfig | 1 + arch/sparc/include/asm/tlb_32.h | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-)
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig@@ -41,6 +41,7 @@ config SPARC32 def_bool !64BIT select GENERIC_ATOMIC64 select CLZ_TAB + select HAVE_MMU_GATHER_RANGE config SPARC64 def_bool 64BIT --- a/arch/sparc/include/asm/tlb_32.h +++ b/arch/sparc/include/asm/tlb_32.h
@@ -1,16 +1,6 @@ #ifndef _SPARC_TLB_H #define _SPARC_TLB_H -#define tlb_start_vma(tlb, vma) \ -do { \ - flush_cache_range(vma, vma->vm_start, vma->vm_end); \ -} while (0) - -#define tlb_end_vma(tlb, vma) \ -do { \ - flush_tlb_range(vma, vma->vm_start, vma->vm_end); \ -} while (0) - #define __tlb_remove_tlb_entry(tlb, pte, address) \ do { } while (0) --
To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>