Skip to content

Commit

Permalink
[POWERPC] Disable vDSO support for ARCH=ppc where it's not implemented
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Wolfgang Denk authored and Paul Mackerras committed Oct 11, 2007
1 parent 46b45b1 commit dc9b43d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/powerpc/kernel/vdso.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit dc9b43d

Please sign in to comment.