commit | b4ae346b248d3d56782c8603c68cda866f23a240 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Fri Aug 02 13:34:42 2019 +0100 |
committer | Marc Zyngier <maz@kernel.org> | Wed Oct 02 09:45:55 2019 +0100 |
tree | 2c8151af2b37831580a02fa245abd6394b89fa4e | |
parent | e247194460eb3112aa9f3f04ac676200e62559bd [diff] |
arm64: Document ICC_CTLR_EL3.PMHE setting requirements It goes without saying, but better saying it: the kernel expects ICC_CTLR_EL3.PMHE to have the same value across all CPUs, and for that setting not to change during the lifetime of the kernel. Signed-off-by: Marc Zyngier <maz@kernel.org>