Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54465dcc authored by Jack Steiner's avatar Jack Steiner Committed by Linus Torvalds
Browse files

gru: remove stray local_irq_enable



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

Signed-off-by: default avatarJack Steiner <steiner@sgi.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9c13cb33
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -253,7 +253,6 @@ static int atomic_pte_lookup(struct vm_area_struct *vma, unsigned long vaddr,
	return 0;
	return 0;


err:
err:
	local_irq_enable();
	return 1;
	return 1;
}
}