]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 5848/1: kill flush_ioremap_region()
authorNicolas Pitre <nico@fluxnic.net>
Fri, 11 Dec 2009 01:21:57 +0000 (02:21 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 14 Dec 2009 14:53:21 +0000 (14:53 +0000)
commit078f3001e361d2f555358441e2a08f7063108ee6
treef4de2fb21cc45716c2dbcb98acb176c4295a551c
parent3071dde68f547e111bd06d9ebff26cc7e8739b3a
ARM: 5848/1: kill flush_ioremap_region()

There is not enough users to warrant its existence, and it is actually
an obstacle to progress with the new DMA API which cannot cover this
case properly.

To keep backward compatibility, let's perform the necessary custom
cache maintenance locally in the only driver affected.

Signed-off-by: Nicolas Pitre <nico@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/cacheflush.h
arch/arm/mm/proc-syms.c
drivers/mtd/maps/pxa2xx-flash.c