All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej-rdkfGonbjUTCLXcRTR1eJlpr/1R2p/CL@public.gmane.org>
To: Alan Cox <alan-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org>
Cc: Pavel Machek <pavel-+ZI9xUNit7I@public.gmane.org>,
	Linux Kernel Mailing List
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	ACPI mailing list
	<acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>,
	Andrew Grover
	<andrew.grover-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
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-MMxVpc8zpTQVh3rx8e9g/fyykp6/JSeS3vcXtXqGYxw@public.gmane.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

WARNING: multiple messages have this Message-ID (diff)
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

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

Thread overview: 16+ 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:11 ` Pavel Machek
     [not found] ` <20021120151136.GA862-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2002-11-20 15:38   ` Dave Jones
2002-11-20 15:38     ` Dave Jones
     [not found]     ` <20021120153833.GA4344-l3A5Bk7waGM@public.gmane.org>
2002-11-20 16:17       ` Alan Cox
2002-11-20 16:17         ` Alan Cox
     [not found]         ` <1037809055.3702.43.camel-MMxVpc8zpTQVh3rx8e9g/fyykp6/JSeS3vcXtXqGYxw@public.gmane.org>
2002-11-20 15:52           ` Dave Jones [this message]
2002-11-20 15:52             ` Dave Jones
     [not found]             ` <20021120155223.GA5678-l3A5Bk7waGM@public.gmane.org>
2002-11-21 12:44               ` Pavel Machek
2002-11-21 12:44                 ` Pavel Machek
2002-11-21 12:45       ` Pavel Machek
2002-11-21 12:45         ` Pavel Machek
     [not found]         ` <20021121124506.GC1133-jyMamyUUXNJG4ohzP4jBZS1Fcj925eT/@public.gmane.org>
2002-11-21 13:15           ` Ducrot Bruno
2002-11-21 13:15             ` Ducrot Bruno
2002-11-24 19:40       ` Pavel Machek
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-rdkfgonbjutclxcrtr1ejlpr/1r2p/cl@public.gmane.org \
    --cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=alan-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org \
    --cc=andrew.grover-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=pavel-+ZI9xUNit7I@public.gmane.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.