]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitddef10c38ca623d09d8a580935b53c60759e3548
treea1ec4db3055527a2814cbdb006652dbf0885b348
parentf4a2a5b8c917e993024f698ad778595d24413952
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