commit | 26bbf0b57a0848932f725076bcb1245ca696e8d3 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Nov 21 11:30:36 2010 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Dec 22 11:05:33 2010 +0000 |
tree | b55a13203002c0d0295ecacd1fc4883ffcc9240c | |
parent | d30e45eeabefadc6039d7f876a59e5f5f6cb11c6 [diff] |
ARM: pgtable: remove L2 cache flushes for SMP page table bring-up The MMU is always configured to read page tables from the L2 cache so there's little point flushing them out of the L2 cache back to RAM. Remove these flushes. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>