commit | e48673360b8b113ca83dc3a45e02ad37fdf9f2d0 | [log] [tgz] |
---|---|---|
author | Kevin Hao <haokexin@gmail.com> | Thu Sep 26 16:23:56 2013 +0800 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Oct 11 16:53:09 2013 +1100 |
tree | cff57e1b1bfac9ae09ee9cddb37e131e0b9c8d32 | |
parent | cf059965713b71b7301fd88f1e98b31c6484dd46 [diff] |
powerpc/booke64: Check napping in performance monitor interrupt The performance monitor interrupt is asynchronous, so we should check if the current processor is in napping status in the handler of this interrupt. Signed-off-by: Kevin Hao <haokexin@gmail.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>