]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9bdeae481ecaf3fe44fce7d986a2af87946bec58
tree4c9c553dfd94191da7c14910ae1f2790870979c4
parentf31970369c855a126c128113286347b77e4a3112
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