mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
x86: delay the export removal of init_mm
delay the removal of this symbol export by one more kernel release, giving external modules such as VirtualBox a chance to stop using it. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
b16bf712f4
commit
757265b8c5
2 changed files with 13 additions and 0 deletions
|
@ -15,6 +15,7 @@ static struct files_struct init_files = INIT_FILES;
|
|||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue