From: Jack Steiner Remove a stray local_irq_enable() in the GRU TLB dropin code. Signed-off-by: Jack Steiner --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/