xen/arm: vgic-v3: fix GICD_ISACTIVER range
authorPeng Fan <peng.fan@nxp.com>
Fri, 17 Apr 2020 22:16:09 +0000 (15:16 -0700)
committerStefano Stabellini <sstabellini@kernel.org>
Tue, 21 Apr 2020 19:10:50 +0000 (12:10 -0700)
commit0796cb907f2c31046427510a6da6f4941f678b76
treeaeff1e73a4f7d0dd4e9cbbb5234aaa7e1292fb52
parent4803a67114279a656a54a23cebed646da32efeb6
xen/arm: vgic-v3: fix GICD_ISACTIVER range

The end should be GICD_ISACTIVERN not GICD_ISACTIVER.

See https://marc.info/?l=xen-devel&m=158527653730795 for a discussion on
what it would take to implement GICD_ISACTIVER/GICD_ICACTIVER properly.

We chose v1 instead of v2 of this patch to avoid spamming the console:
v2 adds a printk for every read, and reads can happen often.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
[Stefano: improve commit message]
Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen/arch/arm/vgic-v3.c