[tip:timers/core] time: Add xtime, wall_to_monotonic to feature-removal-schedule

From: tip-bot for John Stultz
Date: Fri Mar 12 2010 - 18:08:25 EST


Commit-ID: 25268498c9e07870323aead10751b7c6e99a3a78
Gitweb: http://git.kernel.org/tip/25268498c9e07870323aead10751b7c6e99a3a78
Author: John Stultz <johnstul@xxxxxxxxxx>
AuthorDate: Fri, 12 Mar 2010 14:56:00 -0800
Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
CommitDate: Sat, 13 Mar 2010 00:05:14 +0100

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@xxxxxxxxxx>
CC: Ingo Molnar <mingo@xxxxxxx>
LKML-Reference: <1268434560-2677-1-git-send-email-johnstul@xxxxxxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
Documentation/feature-removal-schedule.txt | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index a5cc0db..198acdc 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 <avi@xxxxxxxxxx>

----------------------------
+
+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@xxxxxxxxxx>
+
+----------------------------
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/