9596d61bffa32f1b676f09d parent 4bdbaad33d0f4d0e9818a38a825f5b75c0296a28 author Mike Travis 1206566628 -0700 committer Ingo Molnar 1208627099 +0200 init: move setup of nr_cpu_ids to as early as possible Move the setting of nr_cpu_ids from sched_init() to start_kernel() so that it's available as early as possible. Note that an arch has the option of setting it even earlier if need be, but it should not result in a different value than the setup_nr_cpu_ids() function. Signed-off-by: Mike Travis Signed-off-by: Ingo Molnar W^