]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/init_task.c
cpumask: remove cpumask allocation from idle_balance, fix
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / init_task.c
index a4f93b4120c155c20889947942d7bdb5c286908d..df3bf269beab96466785764b619bc737fd0f5d55 100644 (file)
 #include <asm/pgtable.h>
 #include <asm/desc.h>
 
-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.