commit | 26eb48a9faf241abd60aa546e6beb896011667c1 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Tue Apr 04 07:54:13 2017 +1000 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Wed Apr 19 23:17:18 2017 +0200 |
tree | bd271ab049d8cbd2d20b8a8d443c40610cf194c9 | |
parent | 79b578111febef642143669254b243ffbcf64ea9 [diff] |
cpuidle: powernv: Don't continually set thread priority in snooze_loop() The powerpc64 kernel exception handlers have preserved thread priorities for a long time now, so there is no need to continually set it. Just set it once on entry and once exit. Signed-off-by: Anton Blanchard <anton@samba.org> Reviewed-by: Vaidyanathan Srinivasan <svaidy@linux.vnet.ibm.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>