From: Dave Jones <davej@codemonkey.org.uk>
To: Wolfgang Fritz <wolfgang.fritz@gmx.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: swsuspend: possible with VIA Eden processor? Or alternatives?
Date: Mon, 20 Jan 2003 12:51:00 +0000 [thread overview]
Message-ID: <20030120125100.GA27330@codemonkey.org.uk> (raw)
In-Reply-To: <b0c20t$rt$1@fritz38552.news.dfncis.de>
On Sat, Jan 18, 2003 at 06:14:04PM +0100, Wolfgang Fritz wrote:
> Hi,
>
> the swsuspend mini howto says that a processor with pse/pse36 feature is
> required for swsupend in 2.4.
>
> So I am obviously out of luck with 2.4 kernels, but what about 2.5 (the
> mini-howto is silent here)?
>From include/asm-i386/suspend.h
static inline void
arch_prepare_suspend(void)
{
if (!cpu_has_pse)
panic("pse required");
}
There's really no requirement that you *need* PSE to be able to
do suspend, but it seems no-one has stepped forward to write the
necessary code to support non-PSE afaics.
Dave
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
next prev parent reply other threads:[~2003-01-20 12:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-18 17:14 swsuspend: possible with VIA Eden processor? Or alternatives? Wolfgang Fritz
2003-01-19 18:28 ` Pavel Machek
2003-01-20 12:51 ` Dave Jones [this message]
2003-01-20 16:06 ` Wolfgang Fritz
2003-01-21 15:15 ` 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=20030120125100.GA27330@codemonkey.org.uk \
--to=davej@codemonkey.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=wolfgang.fritz@gmx.net \
/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