diff options
author | John Stultz <johnstul@us.ibm.com> | 2010-07-13 20:56:26 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-07-27 06:40:55 -0400 |
commit | 0fb86b06298b6cd3205cac2e68a499f269282dac (patch) | |
tree | 3adcd4149fbe643ea8cae88578e169d02b7a9e5f /Documentation/feature-removal-schedule.txt | |
parent | 8ab4351a4c888016620f43bde605b3d0964af339 (diff) |
timekeeping: Make xtime and wall_to_monotonic static
This patch makes xtime and wall_to_monotonic static, as planned in
Documentation/feature-removal-schedule.txt. This will allow for
further cleanups to the timekeeping core.
Signed-off-by: John Stultz <johnstul@us.ibm.com>
LKML-Reference: <1279068988-21864-10-git-send-email-johnstul@us.ibm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 1571c0c83dba..cd648dbb5146 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -549,16 +549,6 @@ Who: Avi Kivity <avi@redhat.com> | |||
549 | 549 | ||
550 | ---------------------------- | 550 | ---------------------------- |
551 | 551 | ||
552 | What: xtime, wall_to_monotonic | ||
553 | When: 2.6.36+ | ||
554 | Files: kernel/time/timekeeping.c include/linux/time.h | ||
555 | Why: Cleaning up timekeeping internal values. Please use | ||
556 | existing timekeeping accessor functions to access | ||
557 | the equivalent functionality. | ||
558 | Who: John Stultz <johnstul@us.ibm.com> | ||
559 | |||
560 | ---------------------------- | ||
561 | |||
562 | What: KVM kernel-allocated memory slots | 552 | What: KVM kernel-allocated memory slots |
563 | When: July 2010 | 553 | When: July 2010 |
564 | Why: Since 2.6.25, kvm supports user-allocated memory slots, which are | 554 | Why: Since 2.6.25, kvm supports user-allocated memory slots, which are |