Merge pull request #14148 from bayandin/fix-m2-detection
CPU: fix M2 family detection
This commit is contained in:
commit
c013762945
@ -152,7 +152,7 @@ module Hardware
|
||||
end
|
||||
|
||||
def sysctl_int(key)
|
||||
sysctl_n(key).to_i
|
||||
sysctl_n(key).to_i & 0xffffffff
|
||||
end
|
||||
|
||||
def sysctl_n(*keys)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user