diff options
author | Dave Jones <davej@redhat.com> | 2008-12-01 17:13:50 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-12 10:59:05 -0500 |
commit | 9470565579f29486f4ed0ffa50774268b64994b0 (patch) | |
tree | 1015696a58794bd18040277fc93985e1ffc54b27 /Documentation/feature-removal-schedule.txt | |
parent | 16855f878d7127a8bb3925753463485f3071ad76 (diff) |
x86: remove init_mm export as planned for 2.6.26
Impact: remove deprecated export
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index c28a2ac88f9d..1a8af7354e79 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -244,18 +244,6 @@ Who: Michael Buesch <mb@bu3sch.de> | |||
244 | 244 | ||
245 | --------------------------- | 245 | --------------------------- |
246 | 246 | ||
247 | What: init_mm export | ||
248 | When: 2.6.26 | ||
249 | Why: Not used in-tree. The current out-of-tree users used it to | ||
250 | work around problems in the CPA code which should be resolved | ||
251 | by now. One usecase was described to provide verification code | ||
252 | of the CPA operation. That's a good idea in general, but such | ||
253 | code / infrastructure should be in the kernel and not in some | ||
254 | out-of-tree driver. | ||
255 | Who: Thomas Gleixner <tglx@linutronix.de> | ||
256 | |||
257 | ---------------------------- | ||
258 | |||
259 | What: usedac i386 kernel parameter | 247 | What: usedac i386 kernel parameter |
260 | When: 2.6.27 | 248 | When: 2.6.27 |
261 | Why: replaced by allowdac and no dac combination | 249 | Why: replaced by allowdac and no dac combination |