hack for getting suspend/resume to half work on an IBM Thinkpad x60s [SMP]

Andrea Bittau a.bittau at cs.ucl.ac.uk
Thu Sep 21 00:53:57 PDT 2006


On Thu, Sep 21, 2006 at 10:44:33AM +1000, Norberto Meijome wrote:
> would the apic patch work by itself with stable? I've got a z60m (uni-core

I think it will.  Just add the lapic_resume() function in local_apic.c and then
call it from intr_resume() in intr_machdep.c.  Basically you only need to apply
3 hunks from my diff:
1) lapic_resume prototype
2) lapic_resume call
3) lapic_resume definition

If the code works for you, I don't see why it shouldn't go in -CURRENT after
some style fixups.


More information about the freebsd-mobile mailing list