Skip to content

Commit a385d8d

Browse files
committed
scan 4 segments on SPR
to support 8S systems
1 parent 5c32922 commit a385d8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ void getMCFGRecords(std::vector<MCFGRecord>& mcfg)
7171
#if defined (_MSC_VER) || defined(__FreeBSD__) || defined(__DragonFly__)
7272
switch (PCM::getCPUFamilyModelFromCPUID())
7373
{
74+
case PCM::SPR:
7475
case PCM::GNR:
7576
maxSegments = 4;
7677
break;

0 commit comments

Comments
 (0)