]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[POWERPC] powerpc: Reduce default cacheline size to 64 bytes
authorOlof Johansson <olof@lixom.net>
Wed, 6 Sep 2006 19:34:41 +0000 (14:34 -0500)
committerPaul Mackerras <paulus@samba.org>
Wed, 13 Sep 2006 08:39:52 +0000 (18:39 +1000)
commit5a2fe38d2844ba2f2dd8f4946d795e09d8f7e095
tree21a995bedd7c7fdca8b2fdb3b7f91f4bfc8228a3
parentb7e89214aadf82fa5eaff28f50f2078fa6ae773c
[POWERPC] powerpc: Reduce default cacheline size to 64 bytes

Reduce default cacheline size on 64-bit powerpc from 128 bytes to 64.
This is the architected minimum. In most cases we'll still end up using
cache line information from the device tree, but defaults are used during
early boot and doing a few dcbst/icbi's too many there won't do any harm.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/head_64.S
arch/powerpc/kernel/setup_64.c