Re: [PATCH 10/24] C6X: time management

From: Mark Salter
Date: Mon Sep 12 2011 - 10:13:02 EST


On Fri, 2011-09-09 at 16:19 +0200, Thomas Gleixner wrote:
> On Wed, 31 Aug 2011, Mark Salter wrote:
> > + cd->cpumask = cpumask_of(smp_processor_id());
> > +
> > + clockevents_register_device(cd);
> > +
> > + /* Set handler */
> > + if (cd->irq != NO_IRQ)
>
> How does a timer device work w/o interrupt ?

Heh, not very well. That check needs to happen earlier so we don't
register the device if we can't find the irq number.

--Mark


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/