Merge pull request #3125 from DomT4/kaby_lake

mac/hardware/cpu: recognise Kaby Lake
This commit is contained in:
Mike McQuaid 2017-09-05 09:51:53 +01:00 committed by GitHub
commit c6d5f8cc99

View File

@ -50,6 +50,8 @@ module Hardware
:broadwell
when 0x37fc219f # Skylake
:skylake
when 0x0f817246 # Kaby Lake
:kabylake
else
:dunno
end