]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
microblaze: Support system with WB cache
authorMichal Simek <monstr@monstr.eu>
Fri, 16 Apr 2010 09:59:29 +0000 (11:59 +0200)
committerMichal Simek <monstr@monstr.eu>
Fri, 16 Apr 2010 10:16:02 +0000 (12:16 +0200)
commit70524883b0424277e5b3ff3768c0c5628b5fce44
treee09ec77d9127f5e6b4fb91c9ff082ffcea152ba4
parent9769b73f60fc0fb8de7ab16ff6300eae56505020
microblaze: Support system with WB cache

WB cache use different instruction that WT cache but the major code
is that same. That means that wdc.flush on system with WT cache
do the same thing as before.

You need newer toolchain with wdc.flush support.

Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/lib/cache.c