Default hyperthreading on in -CURRENT. No seatbelts in CURRENT (^_^)
Requested by: peter, jhb
This commit is contained in:
parent
9ee23cec03
commit
64cab37f27
@ -144,7 +144,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;
|
||||
static int hyperthreading_allowed = 1;
|
||||
static struct sysctl_ctx_list logical_cpu_clist;
|
||||
static u_int bootMP_size;
|
||||
|
||||
|
@ -216,7 +216,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;
|
||||
static int hyperthreading_allowed = 1;
|
||||
static struct sysctl_ctx_list logical_cpu_clist;
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user