powerpc/64e: remove PACA_IRQ_EE_EDGE
[linux-2.6-microblaze.git] / arch / powerpc / include / asm / hw_irq.h
index 3a0db7b..2034f95 100644 (file)
@@ -25,9 +25,8 @@
 #define PACA_IRQ_DBELL         0x02
 #define PACA_IRQ_EE            0x04
 #define PACA_IRQ_DEC           0x08 /* Or FIT */
-#define PACA_IRQ_EE_EDGE       0x10 /* BookE only */
-#define PACA_IRQ_HMI           0x20
-#define PACA_IRQ_PMI           0x40
+#define PACA_IRQ_HMI           0x10
+#define PACA_IRQ_PMI           0x20
 
 /*
  * Some soft-masked interrupts must be hard masked until they are replayed
@@ -372,12 +371,6 @@ static inline void may_hard_irq_enable(void) { }
 
 #define ARCH_IRQ_INIT_FLAGS    IRQ_NOREQUEST
 
-/*
- * interrupt-retrigger: should we handle this via lost interrupts and IPIs
- * or should we not care like we do now ? --BenH.
- */
-struct irq_chip;
-
 #endif  /* __ASSEMBLY__ */
 #endif /* __KERNEL__ */
 #endif /* _ASM_POWERPC_HW_IRQ_H */