summaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/asm-offsets.c
diff options
context:
space:
mode:
authorAndrew Morton2007-05-02 19:27:09 +0200
committerAndi Kleen2007-05-02 19:27:09 +0200
commit1b523fb54977c9bb81b16c4badce581a2b455994 (patch)
tree7d469a02e108ccf40bbb8e2a1c354556c7d8ba42 /arch/i386/kernel/asm-offsets.c
parent[PATCH] x86-64: fake numa for cpusets document (diff)
downloadkernel-qcow2-linux-1b523fb54977c9bb81b16c4badce581a2b455994.tar.gz
kernel-qcow2-linux-1b523fb54977c9bb81b16c4badce581a2b455994.tar.xz
kernel-qcow2-linux-1b523fb54977c9bb81b16c4badce581a2b455994.zip
[PATCH] i386: VDSO_PRELINK warning fix
The lguest patches somehow managed to trigger this: In file included from arch/i386/lguest/lguest.c:38: include/asm/asm-offsets.h:67:1: warning: "VDSO_PRELINK" redefined In file included from include/linux/elf.h:7, from include/linux/module.h:15, from include/linux/device.h:21, from include/linux/interrupt.h:15, from arch/i386/lguest/lguest.c:27: include/asm/elf.h:140:1: warning: this is the location of the previous definition I assume that using the same identifier twice was a bad idea.. Cc: Rusty Russell <rusty@rustcorp.com.au> Cc: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch/i386/kernel/asm-offsets.c')
-rw-r--r--arch/i386/kernel/asm-offsets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/asm-offsets.c b/arch/i386/kernel/asm-offsets.c
index d822792d8e3e..655cc8d4c745 100644
--- a/arch/i386/kernel/asm-offsets.c
+++ b/arch/i386/kernel/asm-offsets.c
@@ -97,7 +97,7 @@ void foo(void)
sizeof(struct tss_struct));
DEFINE(PAGE_SIZE_asm, PAGE_SIZE);
- DEFINE(VDSO_PRELINK, VDSO_PRELINK);
+ DEFINE(VDSO_PRELINK_asm, VDSO_PRELINK);
OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx);