Disable hyperthreading by default for 6.x.
Approved by: re
This commit is contained in:
parent
b1c07723dd
commit
4cb10a2e72
@ -146,7 +146,7 @@ static void release_aps(void *dummy);
|
||||
static int hlt_logical_cpus;
|
||||
static u_int hyperthreading_cpus;
|
||||
static cpumask_t hyperthreading_cpus_mask;
|
||||
static int hyperthreading_allowed = 1;
|
||||
static int hyperthreading_allowed;
|
||||
static struct sysctl_ctx_list logical_cpu_clist;
|
||||
static u_int bootMP_size;
|
||||
|
||||
|
@ -218,7 +218,7 @@ static void release_aps(void *dummy);
|
||||
static int hlt_logical_cpus;
|
||||
static u_int hyperthreading_cpus;
|
||||
static cpumask_t hyperthreading_cpus_mask;
|
||||
static int hyperthreading_allowed = 1;
|
||||
static int hyperthreading_allowed;
|
||||
static struct sysctl_ctx_list logical_cpu_clist;
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user