lkml.org 
[lkml]   [2008]   [Mar]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: ACPI lockdep warning on boot, 2.6.25-rc5
    Hi!

    > @@ -421,7 +423,9 @@
    > else
    > acpi_safe_halt();
    >
    > - local_irq_enable();
    > + if (irqs_disabled())
    > + local_irq_enable();
    > +
    > return;
    > }
    >
    > @@ -530,7 +534,9 @@
    > * skew otherwise.
    > */
    > sleep_ticks = 0xFFFFFFFF;
    > - local_irq_enable();
    > + if (irqs_disabled())
    > + local_irq_enable();
    > +
    > break;
    >
    > case ACPI_STATE_C2:

    That's pretty ugly. Could the code be modified to have interrupt
    consistent at this point?

    --
    (english) http://www.livejournal.com/~pavelmachek
    (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html


    \
     
     \ /
      Last update: 2008-03-15 20:51    [W:3.052 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site