Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc9b43d0 authored by Wolfgang Denk's avatar Wolfgang Denk Committed by Paul Mackerras
Browse files

[POWERPC] Disable vDSO support for ARCH=ppc where it's not implemented



Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 46b45b10
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -766,7 +766,9 @@ static int __init vdso_init(void)


	return 0;
	return 0;
}
}
#ifdef CONFIG_PPC_MERGE
arch_initcall(vdso_init);
arch_initcall(vdso_init);
#endif


int in_gate_area_no_task(unsigned long addr)
int in_gate_area_no_task(unsigned long addr)
{
{