commit | 0ef6c9b8f7bf62ea05be5b26ee14b18a116b0c2a | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Tue Nov 09 15:31:08 2010 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Wed Jan 05 15:19:20 2011 +1000 |
tree | 01ffb12226fef2f4de5f3408e21fe64e19b5a522 | |
parent | d475e3e4739ce465df740b51decbbea3b1b51823 [diff] |
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>