Re: [PATCH v2] [POWERPC] vdso: Fixes for cache block sizes

2007-11-18 Thread Olof Johansson
On Mon, Nov 19, 2007 at 03:07:22PM +1100, Paul Mackerras wrote: > Olof Johansson writes: > > > [POWERPC] vdso: Fixes for cache line sizes > > > > 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

Re: [PATCH v2] [POWERPC] vdso: Fixes for cache block sizes

2007-11-18 Thread Paul Mackerras
Olof Johansson writes: > [POWERPC] vdso: Fixes for cache line sizes > > 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 blocks sizes out of vdso_data instead, similar > to how the ppc64 in-kernel cach

[PATCH v2] [POWERPC] vdso: Fixes for cache block sizes

2007-11-14 Thread Olof Johansson
[POWERPC] vdso: Fixes for cache line sizes 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 blocks sizes out of vdso_data instead, similar to how the ppc64 in-kernel cache flush does it. Signed-off-by: Olof