commit | b478491f2628114b2eae76587f22ce3789b66012 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Oct 27 17:28:46 2010 +0100 |
committer | David Howells <dhowells@redhat.com> | Wed Oct 27 17:28:46 2010 +0100 |
tree | 038580a05fa1a3c8c9cbee0fa8743af2bba650b9 | |
parent | 9731d23710736b96786d68c2e63148ff3f22e6eb [diff] [blame] |
MN10300: Allow some cacheflushes to be avoided if cache snooping is available The AM34 core is able to do cache snooping, and so can skip some of the cache flushing. Signed-off-by: David Howells <dhowells@redhat.com>
diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig index 069e34d..21e2a53 100644 --- a/arch/mn10300/Kconfig +++ b/arch/mn10300/Kconfig
@@ -18,6 +18,7 @@ config AM34_2 def_bool n select MN10300_HAS_ATOMIC_OPS_UNIT + select MN10300_HAS_CACHE_SNOOP config MMU def_bool y