diff mbox

[5/8] irq: Remove CPU_INTERRUPT_TIMER.

Message ID 1304202271-24730-6-git-send-email-rth@twiddle.net
State New
Headers show

Commit Message

Richard Henderson April 30, 2011, 10:24 p.m. UTC
It is no longer used anywhere.

Signed-off-by: Richard Henderson <rth@twiddle.net>
---
 cpu-all.h |    1 -
 poison.h  |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/cpu-all.h b/cpu-all.h
index f813ef8..4dcd7bc 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_TIMER	CPU_INTERRUPT_TGT_EXT_0
 #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
diff --git a/poison.h b/poison.h
index 8fa3ee6..369d82d 100644
--- a/poison.h
+++ b/poison.h
@@ -39,7 +39,6 @@ 
 
 #pragma GCC poison CPU_INTERRUPT_HARD
 #pragma GCC poison CPU_INTERRUPT_EXITTB
-#pragma GCC poison CPU_INTERRUPT_TIMER
 #pragma GCC poison CPU_INTERRUPT_FIQ
 #pragma GCC poison CPU_INTERRUPT_HALT
 #pragma GCC poison CPU_INTERRUPT_SMI