[Patch 22/29] GRU - Remove stray local_irq_enable

From: steiner
Date: Tue Nov 24 2009 - 10:11:08 EST


From: Jack Steiner <steiner@xxxxxxx>

Remove a stray local_irq_enable() in the GRU TLB dropin code.

Signed-off-by: Jack Steiner <steiner@xxxxxxx>

---
drivers/misc/sgi-gru/grufault.c | 1 -
1 file changed, 1 deletion(-)

Index: linux/drivers/misc/sgi-gru/grufault.c
===================================================================
--- linux.orig/drivers/misc/sgi-gru/grufault.c 2009-11-20 10:45:10.000000000 -0600
+++ linux/drivers/misc/sgi-gru/grufault.c 2009-11-20 10:45:59.000000000 -0600
@@ -253,7 +253,6 @@ static int atomic_pte_lookup(struct vm_a
return 0;

err:
- local_irq_enable();
return 1;
}


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/