]> git.baikalelectronics.ru Git - kernel.git/commit
jiffies: Use CLOCKSOURCE_MASK instead of constant
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Sat, 27 Feb 2016 03:14:14 +0000 (19:14 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 27 Feb 2016 07:55:31 +0000 (08:55 +0100)
commit113ca0bddfeef5cda9eb1aae68a10a01bfff7acc
tree08a8947deb3e94ea59b584cd011a283d7b8ac66d
parent5be604fae7de24128caa3da4111950c7d3016e3a
jiffies: Use CLOCKSOURCE_MASK instead of constant

The CLOCKSOURCE_MASK(32) macro expands to the same value, but
makes code more readable.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Richard Cochran <richardcochran@gmail.com>
Link: http://lkml.kernel.org/r/1456542854-22104-3-git-send-email-john.stultz@linaro.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/jiffies.c