commit | 1dcf83fd0c42525dd36cfeb61fe0bfb12113c6b3 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | Tue Apr 29 14:20:23 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Apr 30 23:15:34 2008 +0200 |
tree | 19a00bb4750b5d07cf265167c74dcd55ca3ff783 | |
parent | 2544a873ab2a1ee9196bb2f4b12c3afd44ec8a06 [diff] |
toshiba: use ioremap_cached The switch of ioremap to default to uncached doesn't break this driver but it does needlessly slow it down as BIOS space is cachable and this driver is quite happy scanning cached ROM space. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>