From b77ee26b582acc7fbf539277c4411308e4971980 Mon Sep 17 00:00:00 2001 From: John Stultz Date: Fri, 12 Mar 2010 14:56:00 -0800 Subject: [PATCH] --- yaml --- r: 192243 b: refs/heads/master c: 25268498c9e07870323aead10751b7c6e99a3a78 h: refs/heads/master i: 192241: 2dab75e99e6539e448448fd40f631ae653548ef7 192239: aab1c53c862b95ae081ba03fc432b229b8854c8f v: v3 --- [refs] | 2 +- trunk/Documentation/feature-removal-schedule.txt | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index d6901bfcd119..4b826b28f5cf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 802702e0c2618465b813242d4dfee6a233ba0beb +refs/heads/master: 25268498c9e07870323aead10751b7c6e99a3a78 diff --git a/trunk/Documentation/feature-removal-schedule.txt b/trunk/Documentation/feature-removal-schedule.txt index a5cc0db63d7a..198acdc05fd1 100644 --- a/trunk/Documentation/feature-removal-schedule.txt +++ b/trunk/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 ---------------------------- + +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 + +----------------------------