mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
gru: remove stray local_irq_enable
Remove a stray local_irq_enable() in the GRU TLB dropin code. Signed-off-by: Jack Steiner <steiner@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
9c13cb331f
commit
54465dcc03
1 changed files with 0 additions and 1 deletions
|
@ -253,7 +253,6 @@ static int atomic_pte_lookup(struct vm_area_struct *vma, unsigned long vaddr,
|
|||
return 0;
|
||||
|
||||
err:
|
||||
local_irq_enable();
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue