commit | 232d26373d310a941ef2ab46e53ea62fe076ed13 | [log] [tgz] |
---|---|---|
author | Alexander Kuleshov <kuleshovmail@gmail.com> | Fri Feb 26 19:14:14 2016 -0800 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Feb 27 08:55:31 2016 +0100 |
tree | 08a8947deb3e94ea59b584cd011a283d7b8ac66d | |
parent | 7aca0c07207385cca76025cc85231519935722b9 [diff] |
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>