]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arch/tile: don't enable irqs unconditionally in page fault handler
authorChris Metcalf <cmetcalf@tilera.com>
Thu, 29 Mar 2012 19:40:50 +0000 (15:40 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 30 Mar 2012 22:56:10 +0000 (18:56 -0400)
commit0fe707a3804ce2caa663e92990425d53a890646c
tree39eac43e15de7fc78794d30fca0b2b376ef8d1c8
parentb4e789075ee9e80652ce3a9758f10d09bbafc614
arch/tile: don't enable irqs unconditionally in page fault handler

If we took a page fault while we had interrupts disabled, we
shouldn't enable them in the page fault handler.

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