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

[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
......@@ -766,7 +766,9 @@ static int __init vdso_init(void)
return 0;
}
#ifdef CONFIG_PPC_MERGE
arch_initcall(vdso_init);
#endif
int in_gate_area_no_task(unsigned long addr)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment