Enable HTT CPUs by default instead of halting them by default. Users
should now only have HTT CPUs if they have explicitly asked for them either by enabling HyperThreading in the BIOS or by using the MPTABLE_FORCE_HTT kernel option.
This commit is contained in:
parent
f9dbba5c4e
commit
da17811e64
@ -215,7 +215,7 @@ static int start_ap(int apic_id);
|
||||
static void release_aps(void *dummy);
|
||||
|
||||
static int hlt_cpus_mask;
|
||||
static int hlt_logical_cpus = 1;
|
||||
static int hlt_logical_cpus;
|
||||
static struct sysctl_ctx_list logical_cpu_clist;
|
||||
|
||||
/*
|
||||
|
@ -215,7 +215,7 @@ static int start_ap(int apic_id);
|
||||
static void release_aps(void *dummy);
|
||||
|
||||
static int hlt_cpus_mask;
|
||||
static int hlt_logical_cpus = 1;
|
||||
static int hlt_logical_cpus;
|
||||
static struct sysctl_ctx_list logical_cpu_clist;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user