From: Tony Lindgren Date: Sat, 20 Feb 2010 00:41:59 +0000 (-0800) Subject: omap: Do not use smaller ARM_L1_CACHE_SHIFT than hardware has X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b954ec61815c8529a820cea2f93c5d12a9db364d;p=pandora-kernel.git omap: Do not use smaller ARM_L1_CACHE_SHIFT than hardware has Remove the part changing ARM_L1_CACHE_SHIFT from the previous patch. Changing ARM_L1_CACHE_SHIFT is unnecessary and unsafe as pointed out by Russell King. Note that we also seem to have a related problem in plat-omap/iommu.c where real cache line size should be used instead of L1_CACHE_BYTES. Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed