Disable hyperthreading by default for 6.x.

Approved by:	re
This commit is contained in:
nectar 2005-08-04 15:17:06 +00:00
parent b1c07723dd
commit 4cb10a2e72
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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