diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-01-10 11:43:23 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-01-23 00:36:59 +0100 |
commit | cbd2c4c25d7e0ba7afe42f2397865b164d1109eb (patch) | |
tree | aedb154f7d044ef69c4c14a82b92a02353d875d7 /kernel/jump_label.c | |
parent | e6cf623ba3f83118b0f75be2cc1675931e21c887 (diff) | |
download | linux-cbd2c4c25d7e0ba7afe42f2397865b164d1109eb.tar.gz linux-cbd2c4c25d7e0ba7afe42f2397865b164d1109eb.tar.bz2 linux-cbd2c4c25d7e0ba7afe42f2397865b164d1109eb.zip |
intel_idle: Eliminate __setup_broadcast_timer()
The __setup_broadcast_timer() static function is only called in one
place and "true" is passed to it as the argument in there, so
effectively it is a wrapper arround tick_broadcast_enable().
To simplify the code, call tick_broadcast_enable() directly instead
of __setup_broadcast_timer() and drop the latter.
No intentional functional impact.
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'kernel/jump_label.c')
0 files changed, 0 insertions, 0 deletions