qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 18/24] Remove PALCODE_ declarations (unused).


From: Tristan Gingold
Subject: [Qemu-devel] [PATCH 18/24] Remove PALCODE_ declarations (unused).
Date: Thu, 19 Mar 2009 15:35:50 +0100

Signed-off-by: Tristan Gingold <address@hidden>
---
 target-alpha/cpu.h |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h
index 1424185..629d72b 100644
--- a/target-alpha/cpu.h
+++ b/target-alpha/cpu.h
@@ -398,16 +398,6 @@ enum {
 };
 
 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,
-- 
1.6.2





reply via email to

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