qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [6929] target-alpha: remove PALCODE_ declarations (unused).


From: Aurelien Jarno
Subject: [Qemu-devel] [6929] target-alpha: remove PALCODE_ declarations (unused).
Date: Sun, 29 Mar 2009 00:22:13 +0000

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 <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>

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,





reply via email to

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