arch-arm: Correction to address size in EL2/EL3
authorAnouk Van Laer <anouk.vanlaer@arm.com>
Mon, 3 Sep 2018 10:18:31 +0000 (11:18 +0100)
committerAnouk Van Laer <anouk.vanlaer@arm.com>
Thu, 13 Sep 2018 09:05:55 +0000 (09:05 +0000)
commit67f5af9a4da49cd58b35d0f521266051715d9738
tree89c7643a2398e9758843fd046ad3b41d3897eb50
parentd695a3c4c4478f08673bff255250444857d48094
arch-arm: Correction to address size in EL2/EL3

This commit corrects how the address size is
determined in EL2/EL3.  Previously, TCR_ELx.ips
was used but this should be TCR_ELx.ps.

Change-Id: I7e5a2f376335532a1d1c8c74d12a416617474ae2
Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/12551
Maintainer: Giacomo Travaglini <giacomo.travaglini@arm.com>
src/arch/arm/table_walker.cc