qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 11/17] target/ppc: Remove vscr_nj and vscr_sat


From: Mark Cave-Ayland
Subject: [Qemu-devel] [PATCH 11/17] target/ppc: Remove vscr_nj and vscr_sat
Date: Fri, 15 Feb 2019 10:00:52 +0000

From: Richard Henderson <address@hidden>

These macros are no longer used.

Signed-off-by: Richard Henderson <address@hidden>
Acked-by: David Gibson <address@hidden>
---
 target/ppc/cpu.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/target/ppc/cpu.h b/target/ppc/cpu.h
index 2c22292e7f..a62f628d28 100644
--- a/target/ppc/cpu.h
+++ b/target/ppc/cpu.h
@@ -688,8 +688,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 */
-- 
2.11.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]