* ACPI/S3: fix gcc3.2 compatibility
@ 2002-12-12 20:38 Pavel Machek
0 siblings, 0 replies; only message in thread
From: Pavel Machek @ 2002-12-12 20:38 UTC (permalink / raw)
To: kernel list, torvalds, Rusty trivial patch monkey Russell
Hi!
gcc3.2 is a bit more pedantic... Please apply,
Pavel
--- clean/arch/i386/kernel/suspend_asm.S 2002-12-11 23:33:53.000000000 +0100
+++ linux-swsusp/arch/i386/kernel/suspend_asm.S 2002-12-06 17:52:18.000000000 +0100
@@ -6,7 +6,7 @@
#include <asm/segment.h>
#include <asm/page.h>
-ENTRY(do_magic):
+ENTRY(do_magic)
pushl %ebx
cmpl $0,8(%esp)
jne .L1450
@@ -66,7 +66,7 @@
.L1453:
movl $104,%eax
- movw %eax, %ds
+ movw %ax, %ds
movl saved_context_esp, %esp
movl saved_context_ebp, %ebp
movl saved_context_eax, %eax
--
Worst form of spam? Adding advertisment signatures ala sourceforge.net.
What goes next? Inserting advertisment *into* email?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-12-13 11:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-12 20:38 ACPI/S3: fix gcc3.2 compatibility Pavel Machek
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.