aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c
index e2a2bf3a169..e407a05adc2 100644
--- a/init/main.c
+++ b/init/main.c
@@ -123,7 +123,9 @@ static char *ramdisk_execute_command;
123 123
124#ifdef CONFIG_SMP 124#ifdef CONFIG_SMP
125/* Setup configured maximum number of CPUs to activate */ 125/* Setup configured maximum number of CPUs to activate */
126unsigned int __initdata setup_max_cpus = NR_CPUS; 126unsigned int setup_max_cpus = NR_CPUS;
127EXPORT_SYMBOL(setup_max_cpus);
128
127 129
128/* 130/*
129 * Setup routine for controlling SMP activation 131 * Setup routine for controlling SMP activation