aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <[email protected]>2010-03-12 14:56:00 -0800
committerThomas Gleixner <[email protected]>2010-03-13 00:05:14 +0100
commit25268498c9e07870323aead10751b7c6e99a3a78 (patch)
treea467786b513b583be13da62925f032062fc4cedd
parent802702e0c2618465b813242d4dfee6a233ba0beb (diff)
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 <[email protected]> CC: Ingo Molnar <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>
-rw-r--r--Documentation/feature-removal-schedule.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index a5cc0db63d7a..198acdc05fd1 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -582,3 +582,13 @@ Why: The paravirt mmu host support is slower than non-paravirt mmu, both
Who: Avi Kivity <[email protected]>
----------------------------
+
+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 <[email protected]>
+
+----------------------------