summaryrefslogtreecommitdiffstats
path: root/cpu-all.h
diff options
context:
space:
mode:
authorRichard Henderson2011-05-04 22:34:29 +0200
committerBlue Swirl2011-05-08 18:55:23 +0200
commit403946c009cc7fd8a8aa719236801ed12121f8fd (patch)
treecf91ca455b972faf91006d84b75864d4c88a022b /cpu-all.h
parentirq: Remove CPU_INTERRUPT_TIMER. (diff)
downloadqemu-403946c009cc7fd8a8aa719236801ed12121f8fd.tar.gz
qemu-403946c009cc7fd8a8aa719236801ed12121f8fd.tar.xz
qemu-403946c009cc7fd8a8aa719236801ed12121f8fd.zip
target-arm: Privatize CPU_INTERRUPT_FIQ.
This interrupt name was only used by the ARM port. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'cpu-all.h')
-rw-r--r--cpu-all.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu-all.h b/cpu-all.h
index a30943f31b..b1305dbbf4 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -828,7 +828,6 @@ extern CPUState *cpu_single_env;
/* Temporary remapping from the generic names back to the previous
cpu-specific names. These will be moved to target-foo/cpu.h next. */
-#define CPU_INTERRUPT_FIQ CPU_INTERRUPT_TGT_EXT_1
#define CPU_INTERRUPT_SMI CPU_INTERRUPT_TGT_EXT_2
#define CPU_INTERRUPT_VIRQ CPU_INTERRUPT_TGT_INT_0
#define CPU_INTERRUPT_NMI CPU_INTERRUPT_TGT_EXT_3