omap: Do not use smaller ARM_L1_CACHE_SHIFT than hardware has
authorTony Lindgren <tony@atomide.com>
Sat, 20 Feb 2010 00:41:59 +0000 (16:41 -0800)
committerTony Lindgren <tony@atomide.com>
Sat, 20 Feb 2010 00:41:59 +0000 (16:41 -0800)
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 <tony@atomide.com>

No differences found