On 19/1/24 15:39, Anton Johansson wrote:
Allows for future commits to use TargetPageBits to access page bits and
mask, thus making TARGET_PAGE_* independent of softmmu target.

In the future, this will also be important fo allowing heterogeneous CPUs
on the same board.

Yeah I carry an almost similar patch :)

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>

Signed-off-by: Anton Johansson <a...@rev.ng>
---
  target/alpha/cpu-param.h      |  6 ++++++
  target/avr/cpu-param.h        |  6 ++++++
  target/cris/cpu-param.h       |  7 +++++++
  target/hppa/cpu-param.h       |  6 ++++++
  target/i386/cpu-param.h       |  6 ++++++
  target/loongarch/cpu-param.h  |  5 +++++
  target/m68k/cpu-param.h       |  6 ++++++
  target/microblaze/cpu-param.h |  6 ++++--
  target/nios2/cpu-param.h      |  5 ++++-
  target/openrisc/cpu-param.h   |  8 +++++++-
  target/ppc/cpu-param.h        |  6 ++++++
  target/riscv/cpu-param.h      |  7 +++++++
  target/rx/cpu-param.h         |  8 +++++++-
  target/s390x/cpu-param.h      |  8 +++++++-
  target/sh4/cpu-param.h        |  4 +++-
  target/sparc/cpu-param.h      | 17 +++++++++++++++--
  target/tricore/cpu-param.h    |  8 +++++++-
  target/xtensa/cpu-param.h     |  8 +++++---
  18 files changed, 114 insertions(+), 13 deletions(-)

Reply via email to