On Mon, 13 Sept 2021 at 00:07, Alexander Graf <ag...@csgraf.de> wrote: > > We will need PMC register definitions in accel specific code later. > Move all constant definitions to common arm headers so we can reuse > them. > > Signed-off-by: Alexander Graf <ag...@csgraf.de> > --- > target/arm/cpu.h | 44 ++++++++++++++++++++++++++++++++++++++++++++ > target/arm/helper.c | 44 -------------------------------------------- > 2 files changed, 44 insertions(+), 44 deletions(-)
Do these need to be in cpu.h, or would target/arm/internals.h be good enough? (Lots of files all over the codebase include cpu.h, so if the only users of these defines and functions are in target/arm, internals.h is better.) -- PMM