tile: ensure interrupts disabled for preempt_schedule_irq()
authorChris Metcalf <cmetcalf@tilera.com>
Thu, 26 Sep 2013 17:22:40 +0000 (13:22 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 27 Sep 2013 20:09:43 +0000 (16:09 -0400)
When coming from a page fault (for example), interrupts might
be enabled as we enter the code to return from interrupt.

Cc: stable@vger.kernel.org
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

No differences found