|
@@ -162,7 +162,7 @@ static irqreturn_t hpet_irq_handler(int irq, void *data)
|
|
|
|
|
|
|
|
static struct irqaction hpet_irq = {
|
|
static struct irqaction hpet_irq = {
|
|
|
.handler = hpet_irq_handler,
|
|
.handler = hpet_irq_handler,
|
|
|
- .flags = IRQF_DISABLED | IRQF_NOBALANCING | IRQF_TIMER,
|
|
|
|
|
|
|
+ .flags = IRQF_NOBALANCING | IRQF_TIMER,
|
|
|
.name = "hpet",
|
|
.name = "hpet",
|
|
|
};
|
|
};
|
|
|
|
|
|