mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 22:21:21 +00:00
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>
This commit is contained in:
parent
16855f878d
commit
9470565579
2 changed files with 0 additions and 13 deletions
|
@ -14,7 +14,6 @@ static struct fs_struct init_fs = INIT_FS;
|
|||
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