From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: [rft] s2ram wakeup moves to .c, could fix few machines Date: Tue, 05 Feb 2008 17:36:35 -0800 Message-ID: <47A90F23.80009@zytor.com> References: <20080205190600.GB11613@elf.ucw.cz> <200802060227.14385.rjw@sisk.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200802060227.14385.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org To: "Rafael J. Wysocki" Cc: Pavel Machek , kernel list , Linux-pm mailing list List-Id: linux-pm@vger.kernel.org Rafael J. Wysocki wrote: > On Tuesday, 5 of February 2008, Pavel Machek wrote: >> This rewrites wakeup code to .c, and it fixes stack (should use movl >> ,%esp, not movw). Testers wanted. Makefile infrastructure was done by >> hpa, cleanups by rjw. > > I'll test it tomorrow and I still have some more cleanups (I was distracted by > a nasty scheduler issue in the current mainline). The asm() for making beeps really need to be moved to a function and cleaned up (redone in C using inb()/outb()) if they are to be retained at all. -hpa