From: Dave Jones Signed-off-by: Dave Jones Cc: Ingo Molnar Cc: Thomas Gleixner Cc: Christoph Hellwig Signed-off-by: Andrew Morton --- Documentation/feature-removal-schedule.txt | 12 ------------ arch/x86/kernel/init_task.c | 1 - 2 files changed, 13 deletions(-) diff -puN Documentation/feature-removal-schedule.txt~x86-remove-init_mm-export-as-planned-for-2626 Documentation/feature-removal-schedule.txt --- a/Documentation/feature-removal-schedule.txt~x86-remove-init_mm-export-as-planned-for-2626 +++ a/Documentation/feature-removal-schedule.txt @@ -265,18 +265,6 @@ Who: Michael Buesch --------------------------- -What: init_mm export -When: 2.6.26 -Why: Not used in-tree. The current out-of-tree users used it to - work around problems in the CPA code which should be resolved - by now. One usecase was described to provide verification code - of the CPA operation. That's a good idea in general, but such - code / infrastructure should be in the kernel and not in some - out-of-tree driver. -Who: Thomas Gleixner - ----------------------------- - What: usedac i386 kernel parameter When: 2.6.27 Why: replaced by allowdac and no dac combination diff -puN arch/x86/kernel/init_task.c~x86-remove-init_mm-export-as-planned-for-2626 arch/x86/kernel/init_task.c --- a/arch/x86/kernel/init_task.c~x86-remove-init_mm-export-as-planned-for-2626 +++ a/arch/x86/kernel/init_task.c @@ -14,7 +14,6 @@ static struct fs_struct init_fs = INIT_F static struct signal_struct init_signals = INIT_SIGNALS(init_signals); static struct sighand_struct init_sighand = INIT_SIGHAND(init_sighand); struct mm_struct init_mm = INIT_MM(init_mm); -EXPORT_UNUSED_SYMBOL(init_mm); /* will be removed in 2.6.26 */ /* * Initial thread structure. _