From: Olof Johansson Date: Tue, 20 Nov 2007 01:24:45 +0000 (+1100) Subject: [POWERPC] vdso: Fixes for cache block sizes X-Git-Tag: v2.6.24-rc4~109^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbe481756df57673b6acbcd2e139d0d2658f2188;p=pandora-kernel.git [POWERPC] vdso: Fixes for cache block sizes The current VDSO implementation is hardcoded to 128 byte cache blocks, which are only used on IBM's 64-bit processors. Convert it to get the cache block sizes out of vdso_data instead, similar to how the ppc64 in-kernel cache flush does it. Signed-off-by: Olof Johansson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed