arch/tile: enable interrupts in do_work_pending()
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 12 Oct 2012 19:38:54 +0000 (15:38 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 12 Oct 2012 19:38:54 +0000 (15:38 -0400)
commitc19c6c954b9b264abdc21e0c855118e3daf019b0
tree4c9c553dfd94191da7c14910ae1f2790870979c4
parentd20f2f83b2374c1cee042981cb45493a3e06b6a5
arch/tile: enable interrupts in do_work_pending()

All the called functions expect interrupts to be enabled, and
now one of them has started to warn about it, so make it correct.

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