projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46b45b1
)
[POWERPC] Disable vDSO support for ARCH=ppc where it's not implemented
author
Wolfgang Denk
<wd@denx.de>
Tue, 9 Oct 2007 22:36:18 +0000
(08:36 +1000)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/vdso.c
b/arch/powerpc/kernel/vdso.c
index
213fa31
..
2322ba5
100644
(file)
--- a/
arch/powerpc/kernel/vdso.c
+++ b/
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)
{