Update a comment.

Requested by:	bde
This commit is contained in:
John Baldwin 2003-11-10 15:48:30 +00:00
parent e19cd0127b
commit c68ec2c20b

View File

@ -477,7 +477,7 @@ init_ppro(void)
u_int64_t apicbase; u_int64_t apicbase;
/* /*
* Local APIC should be disabled in UP kernel. * Local APIC should be disabled if it is not going to be used.
*/ */
apicbase = rdmsr(MSR_APICBASE); apicbase = rdmsr(MSR_APICBASE);
apicbase &= ~APICBASE_ENABLED; apicbase &= ~APICBASE_ENABLED;