diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-11 22:52:23 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-07-11 22:52:23 +0200 |
commit | d7fe42a64a19a4140fb94bcf996035319cd3e6b9 (patch) | |
tree | aad8445db9dd29c1b28d3ba731ca0d42fe85172e /arch/arm64 | |
parent | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... (diff) | |
parent | timekeeping/vsyscall: Use __iter_div_u64_rem() (diff) | |
download | linux-d7fe42a64a19a4140fb94bcf996035319cd3e6b9.tar.xz linux-d7fe42a64a19a4140fb94bcf996035319cd3e6b9.zip |
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer fixes from Thomas Gleixner:
"Two small fixes from the timer departement:
- Prevent the compiler from converting the nanoseconds adjustment
loop in the VDSO update function to a division (__udivdi3) by using
the __iter_div_u64_rem() inline function which exists to prevent
exactly that problem.
- Fix the wrong argument order of the GENMASK macro in the NPCM timer
driver"
* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
timekeeping/vsyscall: Use __iter_div_u64_rem()
clocksource/drivers/npcm: Fix misuse of GENMASK macro
Diffstat (limited to 'arch/arm64')
0 files changed, 0 insertions, 0 deletions