]> git.neil.brown.name Git - history.git/commitdiff
Export init_mm, some modules need that
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sat, 11 Oct 2003 17:54:42 +0000 (19:54 +0200)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sat, 11 Oct 2003 17:54:42 +0000 (19:54 +0200)
arch/ppc/kernel/process.c

index 69d111262cbee1403d73fe01386b1b15034b3f45..cc18be59baf059fdf88fe3370c70499c92275d49 100644 (file)
@@ -56,6 +56,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_SYMBOL(init_mm);
 
 /* this is 8kB-aligned so we can get to the thread_info struct
    at the base of it from the stack pointer with 1 integer instruction. */