On Fri, 2008-05-16 at 13:23 +0530, Balaji Rao R wrote:
Yes, I have checked that case in hpet_timer_get_irq function. See the
following code:
+ irq = devp->hd_hdwirq;
+ if (irq) {
+ if (request_irq(irq, hpet_interrupt, irq_flags,
+ devp->hd_name, (void *)devp)) {
+ printk(KERN_ERR "hpet: IRQ %d is not free\n",
irq);
+ irq = 0;
+ }
+ return irq;
+ }
Is that right?
Thanks for your comments.
Best Regards,
Kevin
--