Re: [Qemu-devel] [PATCH 12/14] target-arm: Move TB flags down to fill gap

2015-05-27 Thread Edgar E. Iglesias
On Tue, May 19, 2015 at 07:33:32PM +0100, Peter Maydell wrote: > Deleting the now-unused ARM_TBFLAG_CPACR_FPEN left a gap in the > bit usage; move the following ARM_TBFLAG_XSCALE_CPAR and > ARM_TBFLAG_NS_SHIFT down 3 bits to fill the gap. > > Signed-off-by: Peter Maydell Reviewed-by: Edgar E. Ig

[Qemu-devel] [PATCH 12/14] target-arm: Move TB flags down to fill gap

2015-05-19 Thread Peter Maydell
Deleting the now-unused ARM_TBFLAG_CPACR_FPEN left a gap in the bit usage; move the following ARM_TBFLAG_XSCALE_CPAR and ARM_TBFLAG_NS_SHIFT down 3 bits to fill the gap. Signed-off-by: Peter Maydell --- target-arm/cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targ