Browse Source

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

Signed-off-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Wolfgang Denk 17 years ago
parent
commit
dc9b43d0f7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/powerpc/kernel/vdso.c

+ 2 - 0
arch/powerpc/kernel/vdso.c

@@ -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)
 {