Hallo,

thanks for the answer. yes you're right, it is just because i called
enable_irq() function more than one time without any disable_irq() function.
it works now.  btw, i am using 2.4 kernel on PPC target.

regards,

On Dec 7, 2007 2:17 PM, Thomas Petazzoni <[EMAIL PROTECTED]> wrote:

> Le Fri, 7 Dec 2007 12:00:35 +0100,
> "Leo Hendrawan" <[EMAIL PROTECTED]> a écrit :
>
> > i am working on a project with linux on embedded platform (MPC5200
> > processor).
> > i have this problem that the kernel says "enable_irq(some_number)
> > unbalaced". what does it mean?
> > i tried to google but haven't found any clear hint.
>
> I'd say that it happens if you called enable_irq() two times without
> calling disable_irq() in-between.
>
> What kernel version are you using ?
>
> Thomas
> --
> Thomas Petazzoni, [EMAIL PROTECTED], http://thomas.enix.org
> Jabber, [EMAIL PROTECTED]
> Toulibre, http://www.toulibre.org - APRIL, http://www.april.org
> Fingerprint : 0BE1 4CF3 CEA4 AC9D CC6E  1624 F653 CB30 98D3 F7A7
>
> --
> To unsubscribe from this list: send an email with
> "unsubscribe kernelnewbies" to [EMAIL PROTECTED]
> Please read the FAQ at http://kernelnewbies.org/FAQ
>
>

Reply via email to