Update a comment.
Requested by: bde
This commit is contained in:
parent
e19cd0127b
commit
c68ec2c20b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user