lkml.org 
[lkml]   [1999]   [Aug]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject"Trying to free free IRQ%d" in linux 2.3.14
    (I don't know if you're directly concerned with this part of the
kernel; if not, would you please forward it? Thanks.)

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?

Bruce Jerrick
Portland, Oregon, USA
email: bjerrick@easystreet.com


-
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/

\
 
 \ /
  Last update: 2005-03-22 13:53    [W:0.026 / U:1.560 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site