Re: "Trying to free free IRQ%d" in linux 2.3.14

Mike (mike@oxlug.org)
Tue, 24 Aug 1999 18:11:50 +0100 (BST)


On Sun, 22 Aug 1999 bjerrick@easystreet.com wrote:

> I get sporadic "Trying to free free IRQxx" messages in /var/log/messages,
> under an i386 2.3.14 kernel.
>
> 2.3.5 had code to avoid the printk that produces these, in free_irq() in
> arch/i386/kernel/irq.c:
>
> for (p = &irq_desc[irq].action; ...
> ...
> /* Found it - now free it */
> ...
> goto out;
> }
> printk("Trying to free free IRQ%d\n",irq);
> out:
>
>
> 2.3.14 doesn't have the 'goto out' (or the 'out' label). Is that
> an oversight?
>
Yes.

-- 
Mike <rickettm@ox.compsoc.net>

Our informal mission is to improve the love life of operators worldwide. -- Peter Behrendt, president of Exabyte

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