From 06cce43cf0980d0ed3581458fd23522ca2d24e42 Mon Sep 17 00:00:00 2001 From: Dale Farnsworth Date: Sat, 12 May 2007 10:57:35 +1000 Subject: [POWERPC] Check cache coherency of kernel vs firmware check_cache_coherency() verifies that the cache coherency setting of the kernel (CONFIG_NOT_COHERENT_CACHE) matches that left by the firmware, as indicated by coherency-off device tree property. Signed-off-by: Dale Farnsworth Signed-off-by: Paul Mackerras --- arch/powerpc/platforms/embedded6xx/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/powerpc/platforms') diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig index bafd05765a72..15a1e9a77872 100644 --- a/arch/powerpc/platforms/embedded6xx/Kconfig +++ b/arch/powerpc/platforms/embedded6xx/Kconfig @@ -49,6 +49,7 @@ config MPC10X_BRIDGE config MV64X60 bool select PPC_INDIRECT_PCI + select CONFIG_CHECK_CACHE_COHERENCY config MPC10X_OPENPIC bool -- cgit v1.2.3-59-g8ed1b