From: Sean Lee Date: Wed, 17 Aug 2005 08:28:26 +0000 (+0100) Subject: [ARM] 2852/1: Correct the mistake in arch/arm/mm/Kconfig file X-Git-Tag: v2.6.13-rc7~66^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22d8be866ee23bf3ad9fe867587eef5f4200bf84;p=pandora-kernel.git [ARM] 2852/1: Correct the mistake in arch/arm/mm/Kconfig file Patch from Sean Lee In the arch/arm/mm/Kconfig file, the CPU_DCACHE_WRITETHROUGH option is depend on the CPU_DISABLE_DCACHE, but the "Disable D-Cache" option is configured as CPU_DCACHE_DISABLE. The CPU_DISABLE_DCACHE should be CPU_DCACHE_DISABLE Signed-off-by: Sean Lee Signed-off-by: Russell King --- Reading git-diff-tree failed