]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: Fix ioremap_cached()/ioremap_wc() for SMP platforms
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 9 Apr 2010 14:00:11 +0000 (15:00 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 9 Apr 2010 14:00:11 +0000 (15:00 +0100)
commit6964a618850b2c21f2b3a5e999b7d59f1e9410ca
treebf251707e89682972089dfec185ca5625db88e34
parent46ded39f16c0189656d6a977dc26312b29439a23
ARM: Fix ioremap_cached()/ioremap_wc() for SMP platforms

Write combining/cached device mappings are not setting the shared bit,
which could potentially cause problems on SMP systems since the cache
lines won't participate in the cache coherency protocol.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Tested-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/mm/mmu.c