[PATCH] [0/1] acpi_wakeup.S

Ducrot Bruno (ducrot@poupinou.org)
Tue, 11 Feb 2003 15:25:33 +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-11395-1044973584-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

This one correct the arithmetic 0x1000 = 4096.

-- 
Ducrot Bruno

-- Which is worse: ignorance or apathy? -- Don't know. Don't care.

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

--- linux-2.5.60/arch/i386/kernel/acpi_wakeup.S 2003/02/11 13:59:48 1.1 +++ linux-2.5.60/arch/i386/kernel/acpi_wakeup.S 2003/02/11 14:00:41 @@ -160,11 +160,11 @@ ALIGN -.org 0x2000 +.org 0x800 wakeup_stack: -.org 0x3000 +.org 0x900 ENTRY(wakeup_end) -.org 0x4000 +.org 0x1000 wakeup_pmode_return: movl $__KERNEL_DS, %eax

--=_courier-11395-1044973584-0001-2--