]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
x86 vDSO: use vdso-syms.lds
authorRoland McGrath <roland@redhat.com>
Wed, 30 Jan 2008 12:30:41 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:41 +0000 (13:30 +0100)
commit7f3646aa16f496201e045183402c6614fa27b0c7
treeafbee61e10ce854f683e27b0fdd0097fc9200f75
parent5b93049337301d6fbd3cf55db99b34e6b0dbd3a3
x86 vDSO: use vdso-syms.lds

This patch changes the kernel's references to addresses in the vDSO image
to be based on the symbols defined by vdso-syms.lds instead of the old
vdso-syms.o symbols.  This is all wrapped up in a macro defined by the new
asm-x86/vdso.h header; that's the only place in the kernel source that has
to know the details of the scheme for getting vDSO symbol values.

Signed-off-by: Roland McGrath <roland@redhat.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/vdso/Makefile
arch/x86/vdso/vdso-start.S [deleted file]
arch/x86/vdso/vma.c
include/asm-x86/vdso.h [new file with mode: 0644]