VirtualBox

Changeset 81106 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Oct 3, 2019 9:23:00 PM (5 years ago)
Author:
vboxsync
Message:

IPRT,SUP,*: Some GIP related fixes for supporting APIC IDs over 256 and more than 256 CPUs. bugref:9501

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/mp-win.cpp

    r81096 r81106  
    422422        {
    423423            uint32_t idxMember;
    424             unsigned offCpuGroup = pGip->aoffCpuGroup[idxGroup];
     424            uint32_t offCpuGroup = pGip->aoffCpuGroup[idxGroup];
    425425            if (offCpuGroup < cbGip)
    426426            {
     
    480480            for (uint32_t idxGroup = 0; idxGroup < g_cRtMpWinMaxCpus; idxGroup++)
    481481            {
    482                 unsigned offCpuGroup = pGip->aoffCpuGroup[idxGroup];
     482                uint32_t offCpuGroup = pGip->aoffCpuGroup[idxGroup];
    483483                if (offCpuGroup < cbGip)
    484484                {
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