]> 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)
commitbc14b4b008152c852ed9e8c9e88e093bef7925f6
tree4c9c553dfd94191da7c14910ae1f2790870979c4
parent654be24464164bab0ddfe36cee95d97c11d83f98
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