linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [0/1] acpi_wakeup.S
@ 2003-02-11 14:25 Ducrot Bruno
  2003-02-11 14:37 ` [PATCH] [1/1] acpi_wakeup.S Ducrot Bruno
  0 siblings, 1 reply; 2+ messages in thread
From: Ducrot Bruno @ 2003-02-11 14:25 UTC (permalink / raw)
  To: Grover, Andrew; +Cc: linux-kernel, acpi-devel

[-- Attachment #1: Type: text/plain, Size: 137 bytes --]

This one correct the arithmetic 0x1000 = 4096.

-- 
Ducrot Bruno

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

[-- Attachment #2: 00_acpi_wakeup.diff --]
[-- Type: text/plain, Size: 334 bytes --]

--- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] [1/1] acpi_wakeup.S
  2003-02-11 14:25 [PATCH] [0/1] acpi_wakeup.S Ducrot Bruno
@ 2003-02-11 14:37 ` Ducrot Bruno
  0 siblings, 0 replies; 2+ messages in thread
From: Ducrot Bruno @ 2003-02-11 14:37 UTC (permalink / raw)
  To: Grover, Andrew; +Cc: linux-kernel, acpi-devel, Pavel Machek

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]


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

[-- Attachment #2: 01_acpi_wakeup.diff --]
[-- Type: text/plain, Size: 486 bytes --]

--- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-02-11 14:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-11 14:25 [PATCH] [0/1] acpi_wakeup.S Ducrot Bruno
2003-02-11 14:37 ` [PATCH] [1/1] acpi_wakeup.S Ducrot Bruno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).