public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@codemonkey.org.uk>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Pavel Machek <pavel@ucw.cz>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	ACPI mailing list <acpi-devel@lists.sourceforge.net>,
	Andrew Grover <andrew.grover@intel.com>
Subject: Re: Fix S3 resume when kernel is big
Date: Wed, 20 Nov 2002 15:52:24 +0000	[thread overview]
Message-ID: <20021120155223.GA5678@suse.de> (raw)
In-Reply-To: <1037809055.3702.43.camel@irongate.swansea.linux.org.uk>

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

  reply	other threads:[~2002-11-20 15:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-20 15:11 Fix S3 resume when kernel is big Pavel Machek
2002-11-20 15:38 ` Dave Jones
2002-11-20 16:17   ` Alan Cox
2002-11-20 15:52     ` Dave Jones [this message]
2002-11-21 12:44       ` Pavel Machek
2002-11-21 12:45   ` Pavel Machek
2002-11-21 13:15     ` Ducrot Bruno
2002-11-24 19:40   ` Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021120155223.GA5678@suse.de \
    --to=davej@codemonkey.org.uk \
    --cc=acpi-devel@lists.sourceforge.net \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=andrew.grover@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@ucw.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox