]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use a macro to find the offset of kern_ttbr0
authorAndrew Turner <andrew@FreeBSD.org>
Tue, 8 Dec 2020 15:51:05 +0000 (15:51 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Tue, 8 Dec 2020 15:51:05 +0000 (15:51 +0000)
commit047110df63f3fe0f01f9068c0f85061b21e65a20
treee5f836ce31b212addbff6f05183dc5560182fdac
parent3e2dc667fab7512f177d439159add65568ed12f2
Use a macro to find the offset of kern_ttbr0

Rather than hard coding the offset of kern_ttbr0 within arm64_bootparams
use a macro like the other fields.

Sponsored by: Innovate UK
sys/arm64/arm64/genassym.c
sys/arm64/arm64/locore.S