VirtualBox

Changeset 27221 in vbox


Ignore:
Timestamp:
Mar 9, 2010 4:22:56 PM (15 years ago)
Author:
vboxsync
Message:

DevAPIC: Use fixed physical CPU ID instead of the programmable one when calculating delivery bitmask.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevAPIC.cpp

    r26983 r27221  
    12281228            {
    12291229                if (dest & apic->log_dest)
    1230                     mask |= (1 << apic->id);
     1230                    mask |= (1 << i);
    12311231            }
    12321232            else if (apic->dest_mode == APIC_DESTMODE_CLUSTER)
Note: See TracChangeset for help on using the changeset viewer.

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