From: "Randy.Dunlap" <rddunlap@osdl.org>
To: akpm <akpm@osdl.org>, lkml <linux-kernel@vger.kernel.org>,
ak@suse.de, pavel@suse.cz
Subject: [PATCH] x86_64 ia32 syscall32: references initdata during resume
Date: Fri, 22 Oct 2004 11:41:10 -0700 [thread overview]
Message-ID: <41795446.40904@osdl.org> (raw)
[-- 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.
next reply other threads:[~2004-10-22 19:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-22 18:41 Randy.Dunlap [this message]
2004-10-22 19:05 ` [PATCH] x86_64 ia32 syscall32: references initdata during resume Andi Kleen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=41795446.40904@osdl.org \
--to=rddunlap@osdl.org \
--cc=ak@suse.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pavel@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox