Cc: Kyle McMartin Cc: James Bottomley Signed-off-by: Peter Zijlstra --- 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 from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/