Changeset 72416 in vbox
- Timestamp:
- Jun 1, 2018 8:31:43 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122887
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/post.c
r69501 r72416 167 167 mask = APICBASE_X2APIC; 168 168 else if (apic_mode == APICMODE_DISABLED) 169 mask = APICBASE_DISABLE; 169 mask = APICBASE_DISABLE; /** @todo r=bird: Shouldn't we clear bit 11 when disabling the APIC? */ 170 170 else 171 171 mask = 0; /* Any other setting leaves things alone. */
Note:
See TracChangeset
for help on using the changeset viewer.