]> Git Repo - linux.git/commit
time: Clean up CLOCK_MONOTONIC_RAW time handling
authorJohn Stultz <[email protected]>
Tue, 23 May 2017 00:20:20 +0000 (17:20 -0700)
committerJohn Stultz <[email protected]>
Wed, 21 Jun 2017 05:13:59 +0000 (22:13 -0700)
commitfc6eead7c1e2e5376c25d2795d4539fdacbc0648
treef27d96be2ac36569bf21d60fddb2f397a6ec2e06
parent8e6cec1c7c5afa489687c90be15d6ed82c742975
time: Clean up CLOCK_MONOTONIC_RAW time handling

Now that we fixed the sub-ns handling for CLOCK_MONOTONIC_RAW,
remove the duplicitive tk->raw_time.tv_nsec, which can be
stored in tk->tkr_raw.xtime_nsec (similarly to how its handled
for monotonic time).

Cc: Thomas Gleixner <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Miroslav Lichvar <[email protected]>
Cc: Richard Cochran <[email protected]>
Cc: Prarit Bhargava <[email protected]>
Cc: Stephen Boyd <[email protected]>
Cc: Kevin Brodsky <[email protected]>
Cc: Will Deacon <[email protected]>
Cc: Daniel Mentz <[email protected]>
Tested-by: Daniel Mentz <[email protected]>
Signed-off-by: John Stultz <[email protected]>
arch/arm64/kernel/vdso.c
include/linux/timekeeper_internal.h
kernel/time/timekeeping.c
This page took 0.061752 seconds and 4 git commands to generate.