From: Richard Henderson Date: Fri, 15 Feb 2019 10:00:52 +0000 (+0000) Subject: target/ppc: Remove vscr_nj and vscr_sat X-Git-Tag: v4.0.0-rc0~91^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be13d3026abe5a0dcd12c9639658a87a3b417769;p=thirdparty%2Fqemu.git target/ppc: Remove vscr_nj and vscr_sat These macros are no longer used. Signed-off-by: Richard Henderson Acked-by: David Gibson Message-Id: <20190215100058.20015-12-mark.cave-ayland@ilande.co.uk> Signed-off-by: David Gibson --- diff --git a/target/ppc/cpu.h b/target/ppc/cpu.h index 78af7e46089..1c883fa8366 100644 --- a/target/ppc/cpu.h +++ b/target/ppc/cpu.h @@ -689,8 +689,6 @@ enum { /* Vector status and control register */ #define VSCR_NJ 16 /* Vector non-java */ #define VSCR_SAT 0 /* Vector saturation */ -#define vscr_nj (((env->vscr) >> VSCR_NJ) & 0x1) -#define vscr_sat (((env->vscr) >> VSCR_SAT) & 0x1) /*****************************************************************************/ /* BookE e500 MMU registers */