mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
time: Add xtime, wall_to_monotonic to feature-removal-schedule
They aren't really features, but fair warning to out of tree driver folks who might be accessing these variables. Signed-off-by: John Stultz <johnstul@us.ibm.com> CC: Ingo Molnar <mingo@elte.hu> LKML-Reference: <1268434560-2677-1-git-send-email-johnstul@us.ibm.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
802702e0c2
commit
25268498c9
@ -582,3 +582,13 @@ Why: The paravirt mmu host support is slower than non-paravirt mmu, both
|
||||
Who: Avi Kivity <avi@redhat.com>
|
||||
|
||||
----------------------------
|
||||
|
||||
What: xtime, wall_to_monotonic
|
||||
When: 2.6.36+
|
||||
Files: kernel/time/timekeeping.c include/linux/time.h
|
||||
Why: Cleaning up timekeeping internal values. Please use
|
||||
existing timekeeping accessor functions to access
|
||||
the equivalent functionality.
|
||||
Who: John Stultz <johnstul@us.ibm.com>
|
||||
|
||||
----------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user