Merge pull request #7387 from jonchang/icelake-cpu
cpu: update for new processor family
This commit is contained in:
commit
e7e950b2ed
@ -40,6 +40,8 @@ module Hardware
|
||||
:skylake
|
||||
when 0x0f817246 # Kaby Lake
|
||||
:kabylake
|
||||
when 0x38435547 # Ice Lake
|
||||
:icelake
|
||||
else
|
||||
:dunno
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user