Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Sep 2006 08:53:52 +0100
From:      Andrea Bittau <a.bittau@cs.ucl.ac.uk>
To:        Norberto Meijome <freebsd@meijome.net>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: hack for getting suspend/resume to half work on an IBM Thinkpad x60s [SMP]
Message-ID:  <20060921075352.GB3052@shorty.sorbonet.org>
In-Reply-To: <20060921104433.754e3893@localhost>
References:  <20060921000628.GA1832@shorty.sorbonet.org> <20060921104433.754e3893@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060921075352.GB3052>