Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751197AbWIKIFS (ORCPT ); Mon, 11 Sep 2006 04:05:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751225AbWIKIFS (ORCPT ); Mon, 11 Sep 2006 04:05:18 -0400 Received: from gprs189-60.eurotel.cz ([160.218.189.60]:11155 "EHLO amd.ucw.cz") by vger.kernel.org with ESMTP id S1751197AbWIKIFR (ORCPT ); Mon, 11 Sep 2006 04:05:17 -0400 Date: Mon, 11 Sep 2006 10:04:58 +0200 From: Pavel Machek To: Dmitry Torokhov Cc: Piotr Gluszenia Slawinski , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org Subject: Re: swsusp problem Message-ID: <20060911080458.GB1898@elf.ucw.cz> References: <20060910194955.GA1841@elf.ucw.cz> <200609102054.34350.dtor@insightbb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200609102054.34350.dtor@insightbb.com> X-Warning: Reading this can be dangerous to your mental health. User-Agent: Mutt/1.5.11+cvs20060126 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1196 Lines: 39 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? > > > > Probably because of this: Oops, aha, really? I thought only pentium+ supported 4MB tables? Does it also support cr4? Anyway, someone interested in history needs to play with this one ;-). > > > flags : fpu vme pse > ^^^ Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/