20 Aug 10:42
[PATCH] x86: Use X86_CR4_PGE in x86/power/hibernate_asm_32.S
From: Uros Bizjak <ubizjak <at> gmail.com>
Subject: [PATCH] x86: Use X86_CR4_PGE in x86/power/hibernate_asm_32.S
Newsgroups: gmane.linux.kernel
Date: 2008-08-20 08:44:47 GMT
Subject: [PATCH] x86: Use X86_CR4_PGE in x86/power/hibernate_asm_32.S
Newsgroups: gmane.linux.kernel
Date: 2008-08-20 08:44:47 GMT
Signed-off-by: Uros Bizjak <ubizjak <at> gmail.com> --- diff --git a/arch/x86/power/hibernate_asm_32.S b/arch/x86/power/hibernate_asm_32.S index 4fc7e87..6fa219e 100644 --- a/arch/x86/power/hibernate_asm_32.S +++ b/arch/x86/power/hibernate_asm_32.S @@ -1,5 +1,3 @@ -.text - /* * This may not use any stack, nor any variable that is not "NoSave": * @@ -8,21 +6,21 @@ * your own stack under you is bad idea. */ + .text #include <linux/linkage.h> #include <asm/segment.h> #include <asm/page.h> #include <asm/asm-offsets.h> - - .text +#include <asm/processor-flags.h> ENTRY(swsusp_arch_suspend) - movl %esp, saved_context_esp movl %ebx, saved_context_ebx(Continue reading)
RSS Feed