From cf262b7e639030cde1153c4082f1b7997e1b5ce9 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 19 Dec 2006 02:12:42 +0100 Subject: [PATCH] --- yaml --- r: 45530 b: refs/heads/master c: 2806ccd7ad9073f4f1a065b5672d7592e7838e97 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/mm/tlb-r4k.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b2740f52186f..615f5706fdb7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c80697b3a0d05dd87eeeb55c4dd1c3dae047293e +refs/heads/master: 2806ccd7ad9073f4f1a065b5672d7592e7838e97 diff --git a/trunk/arch/mips/mm/tlb-r4k.c b/trunk/arch/mips/mm/tlb-r4k.c index 2e0e21ef433e..65160d4984d9 100644 --- a/trunk/arch/mips/mm/tlb-r4k.c +++ b/trunk/arch/mips/mm/tlb-r4k.c @@ -106,7 +106,6 @@ void local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, ENTER_CRITICAL(flags); size = (end - start + (PAGE_SIZE - 1)) >> PAGE_SHIFT; size = (size + 1) >> 1; - local_irq_save(flags); if (size <= current_cpu_data.tlbsize/2) { int oldpid = read_c0_entryhi(); int newpid = cpu_asid(cpu, mm);