[PATCH] [1/1] acpi_wakeup.S

Ducrot Bruno (poup@poupinou.org)
Tue, 11 Feb 2003 15:37:17 +0100


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-21966-1044974292-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Patch from Pavel Macheck. Just in case it was
lost..

-- 
Ducrot Bruno
http://www.poupinou.org        Page profaissionelle
http://toto.tu-me-saoules.com  Haume page

--=_courier-21966-1044974292-0001-2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="01_acpi_wakeup.diff"

--- linux-2.5.60/arch/i386/kernel/acpi_wakeup.S 2003/02/11 14:02:07 1.2 +++ linux-2.5.60/arch/i386/kernel/acpi_wakeup.S 2003/02/11 14:02:54 @@ -31,7 +31,7 @@ movw %cs, %ax movw %ax, %ds # Make ds:0 point to wakeup_start movw %ax, %ss - mov wakeup_stack - wakeup_code, %sp # Private stack is needed for ASUS board + mov $(wakeup_stack - wakeup_code), %sp # Private stack is needed for ASUS board movw $0x0e00 + 'S', %fs:(0x12) pushl $0 # Kill any dangerous flags

--=_courier-21966-1044974292-0001-2--