diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-11-11 17:16:15 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-11-11 17:16:15 +0000 |
| commit | da17811e642e420e71fafee6a2563cfd53b8993e (patch) | |
| tree | 65cf58acdd64d5b002e30a75757ca2df703b884a /sys | |
| parent | f9dbba5c4e223c6781ac0952a336497badbbfa1f (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/amd64/amd64/mp_machdep.c | 2 | ||||
| -rw-r--r-- | sys/i386/i386/mp_machdep.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c index 52656b776a36c..1c246e98407dd 100644 --- a/sys/amd64/amd64/mp_machdep.c +++ b/sys/amd64/amd64/mp_machdep.c @@ -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; /* diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c index 52656b776a36c..1c246e98407dd 100644 --- a/sys/i386/i386/mp_machdep.c +++ b/sys/i386/i386/mp_machdep.c @@ -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; /* |
