From: Pavel Machek <pavel@ucw.cz>
To: Piotr Gluszenia Slawinski <curious@zjeby.dyndns.org>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>, linux-kernel@vger.kernel.org
Subject: Re: swsusp problem
Date: Sun, 10 Sep 2006 21:49:55 +0200 [thread overview]
Message-ID: <20060910194955.GA1841@elf.ucw.cz> (raw)
In-Reply-To: <Pine.LNX.4.63.0609102137240.2685@Jerry.zjeby.dyndns.org>
Hi!
> >What kind of machine is that? What cpu? Really 486?
>
> yes, it's viglen dossier 486 based laptop .
Forget it, this thing does not support 4MB pages, and swsusp currently
needs them. (We'll need to fix that, but not now -- fix is port of
page-table handling code from x86-64).
It should die with
if (!cpu_has_pse) {
printk(KERN_ERR "PSE is required for swsusp.\n");
return -EPERM;
}
...can you investigate why it does not?
Pavel
> cpuinfo detects it as 'GenuineIntel'
> cpu family : 4
> model : 3
> model name : 486 DX/2
> stepping : 6
> cache_size : 0k
> fdiv_bug : no
> hlt_bug : no
> f00f_bug : no
> coma_bug : no
> fpu : yes
> fpu_exception : yes
> cpuid level : 1
> wp : yes
> flags : fpu vme pse
> bogomips : 31.55
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
next prev parent reply other threads:[~2006-09-10 19:50 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-10 0:13 curious
2006-09-10 9:33 ` Rafael J. Wysocki
2006-09-10 19:24 ` curious
2006-09-10 19:27 ` Pavel Machek
2006-09-10 19:39 ` Piotr Gluszenia Slawinski
2006-09-10 19:49 ` Pavel Machek [this message]
2006-09-10 19:59 ` Piotr Gluszenia Slawinski
2006-09-11 0:54 ` Dmitry Torokhov
2006-09-11 8:04 ` Pavel Machek
2006-09-12 0:12 ` thinkpad 360Cs keyboard problem Piotr Gluszenia Slawinski
2006-09-12 14:05 ` Dmitry Torokhov
2006-09-12 14:24 ` Piotr Gluszenia Slawinski
2006-09-12 17:12 ` Dmitry Torokhov
2006-09-12 21:21 ` Piotr Gluszenia Slawinski
2006-09-13 1:43 ` Dmitry Torokhov
2006-09-10 9:40 ` swsusp problem Pavel Machek
2006-09-10 19:36 ` Piotr Gluszenia Slawinski
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=20060910194955.GA1841@elf.ucw.cz \
--to=pavel@ucw.cz \
--cc=curious@zjeby.dyndns.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rjw@sisk.pl \
/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
Powered by JetHome