]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use the new PAGE_SIZE_4K in the GICv3 driver
authorAndrew Turner <andrew@FreeBSD.org>
Wed, 23 Dec 2020 09:49:53 +0000 (09:49 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Wed, 23 Dec 2020 13:10:26 +0000 (13:10 +0000)
commit42f71007d5c92e42c9e3ad763ca371801c48432b
tree5f91241ac69e891c544692181d595375a4207880
parent3413a8cd819b584d44d8dfb886795060b7f95b0a
Use the new PAGE_SIZE_4K in the GICv3 driver

Stop assuming PAGE_SIZE is 4k in the GICv3 ITS driver. We could use
a 16k or 64k page in the future.

Sponsored by: Innovate UK
sys/arm64/arm64/gicv3_its.c