Commit 676155ab authored by Christophe Leroy's avatar Christophe Leroy Committed by Michael Ellerman
Browse files

powerpc/vdso: Remove VDSO32_LBASE and VDSO64_LBASE

parent e9090320
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -4,10 +4,6 @@

#ifdef __KERNEL__

/* Default link addresses for the vDSOs */
#define VDSO32_LBASE	0x0
#define VDSO64_LBASE	0x0

/* Default map addresses for 32bit vDSO */
#define VDSO32_MBASE	0x100000

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ ENTRY(_start)
SECTIONS
{
	PROVIDE(_vdso_datapage = . - PAGE_SIZE);
	. = VDSO32_LBASE + SIZEOF_HEADERS;
	. = SIZEOF_HEADERS;

	.hash          	: { *(.hash) }			:text
	.gnu.hash      	: { *(.gnu.hash) }
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ ENTRY(_start)
SECTIONS
{
	PROVIDE(_vdso_datapage = . - PAGE_SIZE);
	. = VDSO64_LBASE + SIZEOF_HEADERS;
	. = SIZEOF_HEADERS;

	.hash		: { *(.hash) }			:text
	.gnu.hash	: { *(.gnu.hash) }