Re: Fix S3 resume when kernel is big
Ducrot Bruno (poup@poupinou.org)
Thu, 21 Nov 2002 14:15:02 +0100
On Thu, Nov 21, 2002 at 01:45:06PM +0100, Pavel Machek wrote:
> Hi!
> 
> >  > -	acpi_create_identity_pmd();
> >  > +	if (!cpu_has_pse) {
> >  > +		printk(KERN_ERR "You have S3 capable machine without pse? Wow!");
> >  > +		return 1;
> >  > +	}
> > 
> > Mobile K6 family never had PSE iirc, and also VIA Cyrix 3's are being
> > dropped into various laptops.
> 
> So S3 will refuse to suspend on those machines. Right now it will
> suspend and not wakeup if moon is bad phase.
> 							Pavel
FYI, current swsusp for 2.4 require that cpu has pse _or_ pse36.
-- 
Ducrot Bruno
http://www.poupinou.org        Page profaissionelle
http://toto.tu-me-saoules.com  Haume page
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/