> Rafael,
>
> On Fri, 2007-09-21 at 21:20 +0200, Rafael J. Wysocki wrote:
> > On Friday, 21 September 2007 18:27, Thomas Gleixner wrote:
> > > I simply rmmod'ed the processor module before suspend and the problem is
> > > solved as well. The cpuidle patches make this problem more prominent due
> > > to the possible more direct switch into lower power states, when we wait for
> > > a long time on something.
> >
> > So, perhaps we can add a .suspend()/.resume() routines to the processor driver
> > and use them to disable/enable the cpuidle functionality during a
> > suspend/resume?
>
>
http://tglx.de/private/tglx/p.diff
>
> untested yet, but I'm on the way to do that :)