]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitf9c6c11ca6e45a796d689eee9b47c6e7c47b68e0
tree8dd60002042bc0795b3d0544fcae7f5082405b16
parentf7ff3838f29fb3bdc4a87f068e2c0e2f014aa69c
[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