From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: Fix S3 resume when kernel is big Date: Wed, 20 Nov 2002 15:52:24 +0000 Sender: linux-kernel-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Message-ID: <20021120155223.GA5678@suse.de> References: <20021120151136.GA862@elf.ucw.cz> <20021120153833.GA4344@suse.de> <1037809055.3702.43.camel@irongate.swansea.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1037809055.3702.43.camel-MMxVpc8zpTQVh3rx8e9g/fyykp6/JSeS3vcXtXqGYxw@public.gmane.org> To: Alan Cox Cc: Pavel Machek , Linux Kernel Mailing List , ACPI mailing list , Andrew Grover List-Id: linux-acpi@vger.kernel.org On Wed, Nov 20, 2002 at 04:17:35PM +0000, Alan Cox wrote: > On Wed, 2002-11-20 at 15:38, Dave Jones wrote: > > On Wed, Nov 20, 2002 at 04:11:37PM +0100, Pavel Machek wrote: > > > - 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. > > Plenty of desktop machines have S3 Indeed, that too. So the above assertion seems bogus. Dave -- | Dave Jones. http://www.codemonkey.org.uk | SuSE Labs