os/mac/hardware/cpu: add update comment

This commit is contained in:
Patrick Linnane 2024-01-06 08:55:20 -08:00
parent a0f6b9358f
commit f63b089735
No known key found for this signature in database

View File

@ -116,6 +116,8 @@ module Hardware
when 0x72015832 # ARMv8.6-A (M3 Max, Palma) when 0x72015832 # ARMv8.6-A (M3 Max, Palma)
:arm_palma :arm_palma
else else
# When adding new ARM CPU families, please also update
# test/hardware/cpu_spec.rb to include the new families.
:dunno :dunno
end end
end end