Add a hw.model sysctl oid for arm64 which reports the CPU model similar to armv6/7.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Comment and title should be:
Add a hw.model sysctl oid for arm64 which reports the CPU model similar to armv6/7.
Comment Actions
root@rockpro64:~ # sysctl hw.model
hw.model: ARM Cortex-A53 r0p4
This is the little cores, since we boot from it, it will always report this one.
I'm ok with this change but don't think that we should rely too much on the value.