Re: hack for getting suspend/resume to half work on an IBM Thinkpad x60s [SMP]
Andrea Bittau <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
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. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"