From: Tony Lindgren Date: Thu, 5 Jan 2006 01:03:07 +0000 (-0800) Subject: ARM: OMAP: Clean-up omap1 low-level io init and ensure cache & tlb flushing X-Git-Tag: v2.6.15-omap2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f179ff9d66df819602e241950984620c54d376b;p=pandora-kernel.git ARM: OMAP: Clean-up omap1 low-level io init and ensure cache & tlb flushing Caches and tlb must be flushed after map_io as pointed out by RMK on linux-arm-kernel mailing list. This patch adds does following: - Move hw init from omap_map_common_io() to new function omap1_init_common_hw() - Ensure cache and tlb flushing is done in omap_map_common_io() because of cpu detection - Ensure cache and tlb flushing is done after mapping sram - Remove old unused init check code --- Reading git-diff-tree failed