commit | fbe481756df57673b6acbcd2e139d0d2658f2188 | [log] [tgz] |
---|---|---|
author | Olof Johansson <olof@lixom.net> | Tue Nov 20 12:24:45 2007 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Tue Nov 20 13:56:31 2007 +1100 |
tree | f1981a79330e1eeaa2294516587bf338f4a6476e | |
parent | 92e21e79a85924ddda00f4678d60bbd8f891a553 [diff] |
[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 <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>