Merge pull request #7387 from jonchang/icelake-cpu

cpu: update for new processor family
This commit is contained in:
Jonathan Chang 2020-04-19 16:17:48 +10:00 committed by GitHub
commit e7e950b2ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,8 @@ module Hardware
:skylake
when 0x0f817246 # Kaby Lake
:kabylake
when 0x38435547 # Ice Lake
:icelake
else
:dunno
end