microblaze: Support for WB cache
authorMichal Simek <monstr@monstr.eu>
Thu, 10 Dec 2009 10:43:57 +0000 (11:43 +0100)
committerMichal Simek <monstr@monstr.eu>
Mon, 14 Dec 2009 07:45:10 +0000 (08:45 +0100)
commit2ee2ff875a4d3bdb941e2bb1173cd927c09d5a67
treea1ec4db3055527a2814cbdb006652dbf0885b348
parentc8983a5c6ecc5ca68a871c44bc35f714663a4dfa
microblaze: Support for WB cache

Microblaze version 7.20.d is the first MB version which can be run
on MMU linux. Please do not used previous version because they contain
HW bug.
Based on WB support was necessary to redesign whole cache design.
Microblaze versions from 7.20.a don't need to disable IRQ and cache
before working with them that's why there are special structures for it.

Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/cacheflush.h
arch/microblaze/kernel/cpu/cache.c
arch/microblaze/kernel/setup.c
arch/microblaze/kernel/signal.c