From: Benjamin Herrenschmidt Date: Tue, 30 May 2006 03:51:37 +0000 (+1000) Subject: [PATCH] powerpc vdso updates X-Git-Tag: v2.6.18-rc1~1081^2~225^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5bba930d802009c259e56c8d53086d96f63813b;p=pandora-kernel.git [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//maps if Ingo's x86 vdso patch is also applied. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed