commit | ffedbf0cba153c91a0da5d1280a5e639664c5ab3 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Fri Nov 08 16:57:59 2019 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Sun Nov 10 18:47:52 2019 +0000 |
tree | 53b71bd087ce9319f2c9847addd22894e1c2b2de | |
parent | 0dd57fed6b46659b2db1156cb9100fbcfef6fe5d [diff] |
irqchip/gic-v3-its: Kill its->ite_size and use TYPER copy instead Now that we have a copy of TYPER in the ITS structure, rely on this to provide the same service as its->ite_size, which gets axed. Errata workarounds are now updating the cached fields instead of requiring a separate field in the ITS structure. Signed-off-by: Marc Zyngier <maz@kernel.org> Reviewed-by: Zenghui Yu <yuzenghui@huawei.com> Link: https://lore.kernel.org/r/20191027144234.8395-6-maz@kernel.org Link: https://lore.kernel.org/r/20191108165805.3071-6-maz@kernel.org