diff options
-rw-r--r-- | 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 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 | |||
582 | Who: Avi Kivity <avi@redhat.com> | 582 | Who: Avi Kivity <avi@redhat.com> |
583 | 583 | ||
584 | ---------------------------- | 584 | ---------------------------- |
585 | |||
586 | What: xtime, wall_to_monotonic | ||
587 | When: 2.6.36+ | ||
588 | Files: kernel/time/timekeeping.c include/linux/time.h | ||
589 | Why: Cleaning up timekeeping internal values. Please use | ||
590 | existing timekeeping accessor functions to access | ||
591 | the equivalent functionality. | ||
592 | Who: John Stultz <johnstul@us.ibm.com> | ||
593 | |||
594 | ---------------------------- | ||