From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LgJmd-0004mJ-I3 for qemu-devel@nongnu.org; Sun, 08 Mar 2009 10:15:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LgJmb-0004ky-TJ for qemu-devel@nongnu.org; Sun, 08 Mar 2009 10:15:15 -0400 Received: from [199.232.76.173] (port=54277 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LgJmb-0004kn-J7 for qemu-devel@nongnu.org; Sun, 08 Mar 2009 10:15:13 -0400 Received: from mtaout01-winn.ispmail.ntl.com ([81.103.221.47]:16073) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LgJma-0001Xz-TJ for qemu-devel@nongnu.org; Sun, 08 Mar 2009 10:15:13 -0400 Received: from aamtaout04-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout01-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090308141505.WZEK2989.mtaout01-winn.ispmail.ntl.com@aamtaout04-winn.ispmail.ntl.com> for ; Sun, 8 Mar 2009 14:15:05 +0000 Received: from miranda.arrow ([213.107.21.171]) by aamtaout04-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090308141505.IATF22934.aamtaout04-winn.ispmail.ntl.com@miranda.arrow> for ; Sun, 8 Mar 2009 14:15:05 +0000 Received: from sdb by miranda.arrow with local (Exim 4.63) (envelope-from ) id 1LgJmQ-0003Lw-MY for qemu-devel@nongnu.org; Sun, 08 Mar 2009 14:15:02 +0000 Date: Sun, 8 Mar 2009 14:15:02 +0000 From: Stuart Brady Message-ID: <20090308141502.GA12857@miranda.arrow> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH] Prune unused TCG_AREGs Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Remove definitions for TCG_AREGs corresponding to AREG definitions removed in r6778. Signed-off-by: Stuart Brady Index: tcg/arm/tcg-target.h =================================================================== --- tcg/arm/tcg-target.h (revision 6778) +++ tcg/arm/tcg-target.h (working copy) @@ -64,7 +64,6 @@ TCG_AREG0 = TCG_REG_R7, TCG_AREG1 = TCG_REG_R4, TCG_AREG2 = TCG_REG_R5, - TCG_AREG3 = TCG_REG_R6, }; static inline void flush_icache_range(unsigned long start, unsigned long stop) Index: tcg/ppc/tcg-target.h =================================================================== --- tcg/ppc/tcg-target.h (revision 6778) +++ tcg/ppc/tcg-target.h (working copy) @@ -85,4 +85,3 @@ #define TCG_AREG0 TCG_REG_R27 #define TCG_AREG1 TCG_REG_R24 #define TCG_AREG2 TCG_REG_R25 -#define TCG_AREG3 TCG_REG_R26 Index: tcg/hppa/tcg-target.h =================================================================== --- tcg/hppa/tcg-target.h (revision 6778) +++ tcg/hppa/tcg-target.h (working copy) @@ -84,7 +84,6 @@ #define TCG_AREG0 TCG_REG_R17 #define TCG_AREG1 TCG_REG_R14 #define TCG_AREG2 TCG_REG_R15 -#define TCG_AREG3 TCG_REG_R16 static inline void flush_icache_range(unsigned long start, unsigned long stop) { Index: tcg/i386/tcg-target.h =================================================================== --- tcg/i386/tcg-target.h (revision 6778) +++ tcg/i386/tcg-target.h (working copy) @@ -48,7 +48,6 @@ #define TCG_AREG0 TCG_REG_EBP #define TCG_AREG1 TCG_REG_EBX #define TCG_AREG2 TCG_REG_ESI -#define TCG_AREG3 TCG_REG_EDI static inline void flush_icache_range(unsigned long start, unsigned long stop) { Index: tcg/ppc64/tcg-target.h =================================================================== --- tcg/ppc64/tcg-target.h (revision 6778) +++ tcg/ppc64/tcg-target.h (working copy) @@ -81,4 +81,3 @@ #define TCG_AREG0 TCG_REG_R27 #define TCG_AREG1 TCG_REG_R24 #define TCG_AREG2 TCG_REG_R25 -#define TCG_AREG3 TCG_REG_R26 Index: tcg/x86_64/tcg-target.h =================================================================== --- tcg/x86_64/tcg-target.h (revision 6778) +++ tcg/x86_64/tcg-target.h (working copy) @@ -70,7 +70,6 @@ #define TCG_AREG0 TCG_REG_R14 #define TCG_AREG1 TCG_REG_R15 #define TCG_AREG2 TCG_REG_R12 -#define TCG_AREG3 TCG_REG_R13 static inline void flush_icache_range(unsigned long start, unsigned long stop) { Index: tcg/sparc/tcg-target.h =================================================================== --- tcg/sparc/tcg-target.h (revision 6778) +++ tcg/sparc/tcg-target.h (working copy) @@ -97,8 +97,6 @@ #define TCG_AREG0 TCG_REG_G2 #define TCG_AREG1 TCG_REG_G3 #define TCG_AREG2 TCG_REG_G4 -#define TCG_AREG3 TCG_REG_G5 -#define TCG_AREG4 TCG_REG_G6 #elif defined(__sparc_v9__) #define TCG_AREG0 TCG_REG_G5 #define TCG_AREG1 TCG_REG_G6 @@ -107,7 +105,6 @@ #define TCG_AREG0 TCG_REG_G6 #define TCG_AREG1 TCG_REG_G1 #define TCG_AREG2 TCG_REG_G2 -#define TCG_AREG3 TCG_REG_G3 #endif static inline void flush_icache_range(unsigned long start, unsigned long stop) -- Stuart Brady