diff options
author | Viresh Kumar <[email protected]> | 2013-10-03 21:26:48 +0530 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2013-10-30 01:21:22 +0100 |
commit | fb11c9c63f995afbe0e909f061d9866a722cb4bf (patch) | |
tree | 2a0f0fce4e7d3bd66cffe9d8282d5e618305b667 /fs/jbd/commit.c | |
parent | 9b29a86f04f87cdb9eaacadf2e2d33a55af1c7cc (diff) |
cpuidle: reduce code duplication inside cpuidle_idle_call()
We are doing this twice in cpuidle_idle_call() routine:
drv->states[next_state].flags & CPUIDLE_FLAG_TIMER_STOP
Would be better if we actually store this in a local variable and
use that. That reduces code duplication and likely makes this piece
of code run faster (in case the compiler wasn't able to optimize it
earlier)
[rjw: Cast the result of bitwise AND to bool explicitly using !!]
Acked-by: Daniel Lezcano <[email protected]>
Signed-off-by: Viresh Kumar <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions