VirtualBox

Ignore:
Timestamp:
Oct 1, 2019 7:29:03 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133707
Message:

IPRT,SUP,*: Increased RTCPUSET_MAX_CPUS to 1024 for AMD64, except for darwin, and reduced the OS/2 CPU count to 64. Implies GIP and SUPDrv version bump. bugref:9501

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp

    r76553 r81096  
    131131                SUPR3GipSetFlags(SUPGIP_FLAGS_TESTING_ENABLE, UINT32_MAX);
    132132
    133             RTPrintf("tstGIP-2: u32Mode=%d (%s)  fTestMode=%RTbool  u32Version=%#x  fGetGipCpu=%#RX32\n",
     133            RTPrintf("tstGIP-2: u32Mode=%d (%s)  fTestMode=%RTbool  u32Version=%#x  fGetGipCpu=%#RX32  cPages=%#RX32\n",
    134134                     g_pSUPGlobalInfoPage->u32Mode,
    135135                     SUPGetGIPModeName(g_pSUPGlobalInfoPage),
    136136                     fTestMode,
    137137                     g_pSUPGlobalInfoPage->u32Version,
    138                      g_pSUPGlobalInfoPage->fGetGipCpu);
     138                     g_pSUPGlobalInfoPage->fGetGipCpu,
     139                     g_pSUPGlobalInfoPage->cPages);
    139140            RTPrintf("tstGIP-2: cCpus=%d  cPossibleCpus=%d cPossibleCpuGroups=%d cPresentCpus=%d cOnlineCpus=%d idCpuMax=%#x\n",
    140141                     g_pSUPGlobalInfoPage->cCpus,
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