]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tile: Enable interrupts in do_work_pending()
authorChris Metcalf <cmetcalf@tilera.com>
Mon, 12 Aug 2013 18:57:12 +0000 (14:57 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Tue, 13 Aug 2013 20:28:17 +0000 (16:28 -0400)
commit8cf10b4bca9e6c61b764d2e4902b7c3052643217
treebdfacf7aa8baded5121d81b26db2c5aee9214ffb
parent3d318400d01cd0b8c57bcc54ec8b951b9c8f91c9
tile: Enable interrupts in do_work_pending()

A recent change triggered a WARN_ON that interrupts were disabled,
and in fact other architectures enable interrupts uniformly for their
related do_work_pending() type code, and all the things we call from
this routine appear to expect interrupts to be enabled.  So, enable them.

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