arch/tile: don't enable irqs unconditionally in page fault handler
authorChris Metcalf <cmetcalf@tilera.com>
Thu, 29 Mar 2012 19:40:50 +0000 (15:40 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Mon, 2 Apr 2012 16:13:09 +0000 (12:13 -0400)
commitb230ff2d5c53bb79e1121554cd3c827e5c1b70fd
tree8242201e0e5c28c65ef7f5330f72510e90126122
parent12400f1f22ad7651efa1d3d06dd8b6b178d19ea3
arch/tile: don't enable irqs unconditionally in page fault handler

If we took a page fault while we had interrupts disabled, we
shouldn't enable them in the page fault handler.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/mm/fault.c