On 3 February 2012 02:59, Andreas Färber <afaer...@suse.de> wrote: > That way we can remove some more CPUID cases without losing info. > > Signed-off-by: Andreas Färber <afaer...@suse.de> > Cc: Peter Maydell <peter.mayd...@linaro.org> > Cc: Andrzej Zaborowski <balr...@gmail.com> > --- > target-arm/cpu-core.h | 1 + > target-arm/cpu.c | 2 ++ > target-arm/cpu.h | 5 ----- > target-arm/helper.c | 8 -------- > 4 files changed, 3 insertions(+), 13 deletions(-) > > diff --git a/target-arm/cpu-core.h b/target-arm/cpu-core.h > index 3e7dfae..eac1a03 100644 > --- a/target-arm/cpu-core.h > +++ b/target-arm/cpu-core.h > @@ -48,6 +48,7 @@ typedef struct ARMCPUClass { > uint32_t c0_c2[8]; > uint32_t c1_sys; > } cp15; > + uint64_t jtag_id;
If we're not using this anywhere we should just not have it. -- PMM