VirtualBox

Changeset 61044 in vbox


Ignore:
Timestamp:
May 19, 2016 12:40:08 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107309
Message:

apic.h: See r=bird in code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/apic.h

    r61041 r61044  
    4040#define MSR_APICBASE_GET_MODE(a)             (((a) >> 10) & UINT64_C(3))
    4141/** The APIC global enable bit. */
     42/** @todo r=bird: Please do   N O T  use _BIT for what clearly are masks!
     43 *  See x86.h and vm.h for examples of how we use _BIT elsewhere!
     44 * Besides, you are duplicating existing x86.h defines here
     45 * (MSR_IA32_APICBASE_XXX). */
    4246#define MSR_APICBASE_XAPIC_ENABLE_BIT        RT_BIT_64(11)
    4347/** The x2APIC global enable bit. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette