[PATCH] powerpc vdso updates
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 30 May 2006 03:51:37 +0000 (13:51 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 9 Jun 2006 11:20:57 +0000 (21:20 +1000)
commita5bba930d802009c259e56c8d53086d96f63813b
tree8dd60002042bc0795b3d0544fcae7f5082405b16
parent98a90c02792f22afd8161f96fc9b9f0f0eb0880e
[PATCH] powerpc vdso updates

This patch cleans up some locking & error handling in the ppc vdso and
moves the vdso base pointer from the thread struct to the mm context
where it more logically belongs. It brings the powerpc implementation
closer to Ingo's new x86 one and also adds an arch_vma_name() function
allowing to print [vsdo] in /proc/<pid>/maps if Ingo's x86 vdso patch is
also applied.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/signal_32.c
arch/powerpc/kernel/signal_64.c
arch/powerpc/kernel/vdso.c
include/asm-powerpc/elf.h
include/asm-powerpc/mmu.h
include/asm-powerpc/page.h
include/asm-powerpc/processor.h