]> Pileus Git - ~andy/linux/commitdiff
[POWERPC] Disable vDSO support for ARCH=ppc where it's not implemented
authorWolfgang Denk <wd@denx.de>
Tue, 9 Oct 2007 22:36:18 +0000 (08:36 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 11 Oct 2007 10:25:25 +0000 (20:25 +1000)
Signed-off-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/vdso.c

index 213fa31ac53785155b4293536b198437e6457182..2322ba5cce4ce23c3eca48336686518671d05283 100644 (file)
@@ -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)
 {