X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=arch%2Fmips%2Falchemy%2Fcommon%2Ftime.c;h=7da4d0081487b73f341cd4a51f6ef5efe33141ae;hb=7a5c3b8c5c27211846efe7029a3d2ee7087425e3;hp=a594a85337d60efb3fa1ecff7db0f67b191c127f;hpb=2af99920d56debcf879ac71a1934e8fcccdc713e;p=deliverable%2Flinux.git diff --git a/arch/mips/alchemy/common/time.c b/arch/mips/alchemy/common/time.c index a594a85337d6..7da4d0081487 100644 --- a/arch/mips/alchemy/common/time.c +++ b/arch/mips/alchemy/common/time.c @@ -92,7 +92,7 @@ static struct clock_event_device au1x_rtcmatch2_clockdev = { static struct irqaction au1x_rtcmatch2_irqaction = { .handler = au1x_rtcmatch2_irq, - .flags = IRQF_DISABLED | IRQF_TIMER, + .flags = IRQF_TIMER, .name = "timer", .dev_id = &au1x_rtcmatch2_clockdev, };