* [PATCH] [PPC] Disable vDSO support for ARCH=ppc where it's not implemented.
@ 2007-10-09 22:36 Wolfgang Denk
0 siblings, 0 replies; only message in thread
From: Wolfgang Denk @ 2007-10-09 22:36 UTC (permalink / raw)
To: linuxppc-dev
Signed-off-by: Wolfgang Denk <wd@denx.de>
---
arch/powerpc/kernel/vdso.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/kernel/vdso.c b/arch/powerpc/kernel/vdso.c
index 213fa31..2322ba5 100644
--- 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)
{
--
1.5.2.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-09 22:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-09 22:36 [PATCH] [PPC] Disable vDSO support for ARCH=ppc where it's not implemented Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).