* [PATCH] x86_64 ia32 syscall32: references initdata during resume
@ 2004-10-22 18:41 Randy.Dunlap
2004-10-22 19:05 ` Andi Kleen
0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2004-10-22 18:41 UTC (permalink / raw)
To: akpm, lkml, ak, pavel
[-- Attachment #1: Type: text/plain, Size: 12 bytes --]
--
~Randy
[-- Attachment #2: x64_syscall32_init.patch --]
[-- Type: text/x-patch, Size: 930 bytes --]
Fix __initdata references in syscall32_cpu_init:
Error: ./arch/x86_64/ia32/syscall32.o .text refers to 0000000000000002 R_X86_64_PC32 .init.data+0x000000000000152b
Error: ./arch/x86_64/ia32/syscall32.o .text refers to 0000000000000017 R_X86_64_PC32 .init.data+0x000000000000152c
Signed-off-by: Randy Dunlap <rddunlap@osdl.org>
diffstat:=
arch/x86_64/ia32/syscall32.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Naurp ./arch/x86_64/ia32/syscall32.c~x64_syscall32_init ./arch/x86_64/ia32/syscall32.c
--- ./arch/x86_64/ia32/syscall32.c~x64_syscall32_init 2004-10-18 14:54:37.000000000 -0700
+++ ./arch/x86_64/ia32/syscall32.c 2004-10-22 09:17:40.045615536 -0700
@@ -28,7 +28,7 @@ extern unsigned char syscall32_sysenter[
extern int sysctl_vsyscall32;
char *syscall32_page;
-static int use_sysenter __initdata = -1;
+static int use_sysenter = -1;
/*
* Map the 32bit vsyscall page on demand.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] x86_64 ia32 syscall32: references initdata during resume
2004-10-22 18:41 [PATCH] x86_64 ia32 syscall32: references initdata during resume Randy.Dunlap
@ 2004-10-22 19:05 ` Andi Kleen
0 siblings, 0 replies; 2+ messages in thread
From: Andi Kleen @ 2004-10-22 19:05 UTC (permalink / raw)
To: Randy.Dunlap; +Cc: akpm, lkml, ak, pavel
On Fri, Oct 22, 2004 at 11:41:10AM -0700, Randy.Dunlap wrote:
I already fixed it in my tree, thanks.
-Andi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-10-22 19:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-22 18:41 [PATCH] x86_64 ia32 syscall32: references initdata during resume Randy.Dunlap
2004-10-22 19:05 ` Andi Kleen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox