]> git.baikalelectronics.ru Git - kernel.git/commit
m68knommu: support version 2 ColdFire split cache
authorGreg Ungerer <gerg@uclinux.org>
Tue, 9 Nov 2010 05:31:08 +0000 (15:31 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Wed, 5 Jan 2011 05:19:20 +0000 (15:19 +1000)
commit857fc98adc31d0374b31276db7404baecce378a3
tree01ffb12226fef2f4de5f3408e21fe64e19b5a522
parentd0b8b4dd158cbbb7a47ac6c231752594dfeffb16
m68knommu: support version 2 ColdFire split cache

The newer version 2 ColdFire CPU cores support a configurable cache
arrangement. The cache memory can be used as all instruction cache, all
data cache, or split in half for both instruction and data caching.
Support this setup via a Kconfig time menu that allows a kernel builder
to choose the arrangement they want to use.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/m52xxacr.h
arch/m68knommu/Kconfig