Cc: Kyle McMartin <kyle@xxxxxxxxxxx> Cc: James Bottomley <jejb@xxxxxxxxxxxxxxxx> Signed-off-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> --- arch/parisc/Kconfig | 1 + arch/parisc/include/asm/tlb.h | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) Index: linux-2.6/arch/parisc/Kconfig =================================================================== --- linux-2.6.orig/arch/parisc/Kconfig +++ linux-2.6/arch/parisc/Kconfig @@ -17,6 +17,7 @@ config PARISC select IRQ_PER_CPU select GENERIC_HARDIRQS_NO_DEPRECATED select ARCH_HAVE_NMI_SAFE_CMPXCHG + select HAVE_MMU_GATHER_RANGE help The PA-RISC microprocessor is designed by Hewlett-Packard and used Index: linux-2.6/arch/parisc/include/asm/tlb.h =================================================================== --- linux-2.6.orig/arch/parisc/include/asm/tlb.h +++ linux-2.6/arch/parisc/include/asm/tlb.h @@ -1,16 +1,6 @@ #ifndef _PARISC_TLB_H #define _PARISC_TLB_H -#define tlb_start_vma(tlb, vma) \ -do { if (!(tlb)->fullmm) \ - flush_cache_range(vma, vma->vm_start, vma->vm_end); \ -} while (0) - -#define tlb_end_vma(tlb, vma) \ -do { if (!(tlb)->fullmm) \ - 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>