- Add macros to handle the differences in accessing these registers on arm and arm64
- Use the fdt data to detect if we are on an ARMv7 or ARMv8
- Use the virtual timer by default on arm64, we may not have access to the physical timer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
sys/arm/arm/generic_timer.c | ||
---|---|---|
109 | Perhaps #else /* __aarch64__ */ just to make it clear where else this is used. |