]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
gic_v3: Use 64-bit writes to GICD_IROUTERn
authorCyprien Laplace <cyprien@cypou.net>
Thu, 26 Nov 2020 01:17:04 +0000 (20:17 -0500)
committerEd Maste <emaste@FreeBSD.org>
Sun, 14 Mar 2021 16:25:25 +0000 (12:25 -0400)
commit9ac43bb7470b94ca249d091017bab29363a7ed65
treeba9e6661a261739a56c1bce2e97e2239197c6c24
parent13c22f7495305f5b92874128b088ab47d9512c20
gic_v3: Use 64-bit writes to GICD_IROUTERn

While 32-bit accesses to GICD_IROUTERn are allowed,
this is a 64-bit register.

Pull Request: https://github.com/freebsd/freebsd-src/pull/451

(cherry picked from commit 46ca0b903cad8955574a2c61bed41c2b92aa2273)
(cherry picked from commit 40f283b038015b5b750267a26402098418fd1fb3)

Approved by: re (gjb)
sys/arm64/arm64/gic_v3.c