diff options
author | Cong Wang | 2011-11-27 12:38:59 +0800 |
---|---|---|
committer | Cong Wang | 2012-07-24 15:27:32 +0800 |
commit | 167885e593b3221105437458961499d070527ef6 (patch) | |
tree | f3ba02cefb73cac0e3b6b7aa1e6feeb31657753c /Documentation | |
parent | ecee6f9bd4e97993ede4f97cf922fc4bf4264c04 (diff) |
feature-removal-schedule.txt: remove kmap_atomic(page, km_type)
Signed-off-by: Cong Wang <amwang@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 56000b33340b..2cd5202a6127 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -523,14 +523,6 @@ Who: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> ---------------------------- -What: kmap_atomic(page, km_type) -When: 3.5 -Why: The old kmap_atomic() with two arguments is deprecated, we only - keep it for backward compatibility for few cycles and then drop it. -Who: Cong Wang <amwang@redhat.com> - ----------------------------- - What: get_robust_list syscall When: 2013 Why: There appear to be no production users of the get_robust_list syscall, |