mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
linux/hardware/cpu: fix amd_k12 reference
AMD K12 was an planned ARM microarchitecture that never existed. Ref: https://en.wikipedia.org/wiki/List_of_AMD_CPU_microarchitectures#Nomenclature
This commit is contained in:
parent
9a62e88bda
commit
c180d636ef
@ -98,7 +98,7 @@ module Hardware
|
||||
when 0x11
|
||||
:amd_k8_k10_hybrid
|
||||
when 0x12
|
||||
:amd_k12
|
||||
:amd_k10_llano
|
||||
when 0x14
|
||||
:bobcat
|
||||
when 0x15
|
||||
|
@ -26,7 +26,7 @@ RSpec.describe Hardware::CPU do
|
||||
:amd_k8,
|
||||
:amd_k8_k10_hybrid,
|
||||
:amd_k10,
|
||||
:amd_k12,
|
||||
:amd_k10_llano,
|
||||
:arm,
|
||||
:arm_blizzard_avalanche,
|
||||
:arm_brava,
|
||||
|
Loading…
x
Reference in New Issue
Block a user