tick: Use tick_check_replacement() instead of open coding it
authorWang Wensheng <wangwensheng4@huawei.com>
Fri, 26 Mar 2021 02:23:28 +0000 (02:23 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 16 Apr 2021 19:03:50 +0000 (21:03 +0200)
commitd7840aaadd6e84915866a8f0dab586f6107dadf1
tree1c538c7b94fcd5af6d2335e7fc95dda6895c5cf1
parent07ff4aed015c564d03fd518d2fb54e5e6948903c
tick: Use tick_check_replacement() instead of open coding it

The function tick_check_replacement() is the combination of
tick_check_percpu() and tick_check_preferred(), but tick_check_new_device()
has the same logic open coded.

Use the helper to simplify the code.

[ tglx: Massage changelog ]

Signed-off-by: Wang Wensheng <wangwensheng4@huawei.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20210326022328.3266-1-wangwensheng4@huawei.com
kernel/time/tick-common.c