]> git.baikalelectronics.ru Git - kernel.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)
commit17b1efadd6b7adb9cf2fff208217544a29518d08
tree21a995bedd7c7fdca8b2fdb3b7f91f4bfc8228a3
parent7923c2e686bce14b063165797d7e2523178e5a27
[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