aboutsummaryrefslogtreecommitdiffstats
path: root/target-alpha
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-29 00:22:12 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-29 00:22:12 +0000
commitaa4b81806d986e649c35700d552e7ba541c01477 (patch)
tree56951c47d604d694e1879631dd8eb635670bc6bf /target-alpha
parentb5d51029042aa7da6a376d39adedb00da9227efe (diff)
target-alpha: remove PALCODE_ declarations (unused).
Signed-off-by: Tristan Gingold <gingold@adacore.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6929 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-alpha')
-rw-r--r--target-alpha/cpu.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h
index 1cbd3ca76..a9f1c0f99 100644
--- a/target-alpha/cpu.h
+++ b/target-alpha/cpu.h
@@ -389,16 +389,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,