Cc: David Miller <davem@xxxxxxxxxxxxx> Signed-off-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> --- arch/sparc/Kconfig | 1 + arch/sparc/include/asm/tlb_32.h | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) Index: linux-2.6/arch/sparc/Kconfig =================================================================== --- linux-2.6.orig/arch/sparc/Kconfig +++ linux-2.6/arch/sparc/Kconfig @@ -25,6 +25,7 @@ config SPARC select HAVE_DMA_ATTRS select HAVE_DMA_API_DEBUG select HAVE_ARCH_JUMP_LABEL + select HAVE_MMU_GATHER_RANGE config SPARC32 def_bool !64BIT Index: linux-2.6/arch/sparc/include/asm/tlb_32.h =================================================================== --- linux-2.6.orig/arch/sparc/include/asm/tlb_32.h +++ linux-2.6/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@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>