Skip to content

Commit 6f5e618

Browse files
committed
CPU (Linux): add new ARM part numbers
1 parent 1abfa70 commit 6f5e618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/detection/cpu/cpu_arm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ static const char* nvidiaPartId2name(uint32_t partId)
213213
case 0x000: return "Denver";
214214
case 0x003: return "Denver 2";
215215
case 0x004: return "Carmel";
216+
case 0x010: return "Olympus";
216217
default: return NULL;
217218
}
218219
}

0 commit comments

Comments
 (0)