commit | 90833fdab89da02fc0276224167f0a42e5176f41 | [log] [tgz] |
---|---|---|
author | Jared Hulbert <jaredeh@gmail.com> | Wed Aug 22 17:38:25 2007 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Aug 23 12:31:31 2007 +0100 |
tree | 98faf88d640260ccd7d4d6f8050d3daac29e4374 | |
parent | cb00e99c0abd844b884c64c6b54aa3b7d345ebb1 [diff] |
[ARM] 4554/1: replace consistent_sync() with flush_ioremap_region() This fixes a regression from around 2.6.18, consistent_sync() will now BUG() under these circumstances. The use of consistent_sync() was a hack, replacing it's usage here with a new function, flush_ioremap_region(). Signed-off-by: Jared Hulbert <jaredeh@gmail.com> Acked-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>