[PATCH] ARM: Add SA_TIMER flag to timer interrupts
VST needs to know which timer handler is for the timer interrupt. Mark all timer interrupts with the SA_TIMER flag. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:

کامیت شده توسط
Russell King

والد
6f0dcb72d6
کامیت
09b8b5f843
@@ -727,7 +727,7 @@ static void h3800_IRQ_demux(unsigned int irq, struct irqdesc *desc, struct pt_re
|
||||
static struct irqaction h3800_irq = {
|
||||
.name = "h3800_asic",
|
||||
.handler = h3800_IRQ_demux,
|
||||
.flags = SA_INTERRUPT,
|
||||
.flags = SA_INTERRUPT | SA_TIMER,
|
||||
};
|
||||
|
||||
u32 kpio_int_shadow = 0;
|
||||
|
مرجع در شماره جدید
Block a user