Replace dual_core and quad_core CMOS (nvram) options with multi_core. Fix some white space.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5380 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -82,7 +82,7 @@ u32 get_apicid_base(u32 ioapic_num)
|
||||
|
||||
u32 disable_siblings = !CONFIG_LOGICAL_CPUS;
|
||||
|
||||
get_option(&disable_siblings, "quad_core");
|
||||
get_option(&disable_siblings, "multi_core");
|
||||
|
||||
siblings = get_max_siblings(sysconf.nodes);
|
||||
|
||||
|
@@ -86,8 +86,8 @@ static void start_other_cores(void)
|
||||
u32 nodes;
|
||||
u32 nodeid;
|
||||
|
||||
// disable quad_core
|
||||
if (read_option(CMOS_VSTART_quad_core, CMOS_VLEN_quad_core, 0) != 0) {
|
||||
// disable multi_core
|
||||
if (read_option(CMOS_VSTART_multi_core, CMOS_VLEN_multi_core, 0) != 0) {
|
||||
printk(BIOS_DEBUG, "Skip additional core init\n");
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user