From d1520316042de4f31e5c1464a992ffe57f1b6652 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 4 May 2011 13:34:28 -0700 Subject: irq: Remove CPU_INTERRUPT_TIMER. It is no longer used anywhere. Signed-off-by: Richard Henderson Signed-off-by: Blue Swirl --- cpu-all.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cpu-all.h') diff --git a/cpu-all.h b/cpu-all.h index bc0dad8..a30943f 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 -- cgit v1.1