From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lnin3-0003Uz-Ia for qemu-devel@nongnu.org; Sat, 28 Mar 2009 20:22:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lnin2-0003Uf-82 for qemu-devel@nongnu.org; Sat, 28 Mar 2009 20:22:16 -0400 Received: from [199.232.76.173] (port=53409 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lnin2-0003Uc-5E for qemu-devel@nongnu.org; Sat, 28 Mar 2009 20:22:16 -0400 Received: from savannah.gnu.org ([199.232.41.3]:50732 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lnin1-0006Ao-T0 for qemu-devel@nongnu.org; Sat, 28 Mar 2009 20:22:16 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Lnin0-0003bf-9Z for qemu-devel@nongnu.org; Sun, 29 Mar 2009 00:22:14 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1Lnimz-0003bT-EF for qemu-devel@nongnu.org; Sun, 29 Mar 2009 00:22:13 +0000 MIME-Version: 1.0 Errors-To: aurel32 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Aurelien Jarno Message-Id: Date: Sun, 29 Mar 2009 00:22:13 +0000 Subject: [Qemu-devel] [6929] target-alpha: remove PALCODE_ declarations (unused). 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 Revision: 6929 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6929 Author: aurel32 Date: 2009-03-29 00:22:12 +0000 (Sun, 29 Mar 2009) Log Message: ----------- target-alpha: remove PALCODE_ declarations (unused). Signed-off-by: Tristan Gingold Signed-off-by: Aurelien Jarno Modified Paths: -------------- trunk/target-alpha/cpu.h Modified: trunk/target-alpha/cpu.h =================================================================== --- trunk/target-alpha/cpu.h 2009-03-29 00:22:01 UTC (rev 6928) +++ trunk/target-alpha/cpu.h 2009-03-29 00:22:12 UTC (rev 6929) @@ -389,16 +389,6 @@ }; enum { - PALCODE_CALL = 0x00000000, - PALCODE_LD = 0x01000000, - PALCODE_ST = 0x02000000, - PALCODE_MFPR = 0x03000000, - PALCODE_MTPR = 0x04000000, - PALCODE_REI = 0x05000000, - PALCODE_INIT = 0xF0000000, -}; - -enum { IR_V0 = 0, IR_T0 = 1, IR_T1 = 2,