git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92e21e7
)
[POWERPC] vdso: Fixes for cache block sizes
author
Olof Johansson
<olof@lixom.net>
Tue, 20 Nov 2007 01:24:45 +0000
(12:24 +1100)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 20 Nov 2007 02:56:31 +0000
(13:56 +1100)
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>
No differences found