toshiba: use ioremap_cached
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Tue, 29 Apr 2008 13:20:23 +0000 (14:20 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Apr 2008 21:15:34 +0000 (23:15 +0200)
commit1dcf83fd0c42525dd36cfeb61fe0bfb12113c6b3
tree19a00bb4750b5d07cf265167c74dcd55ca3ff783
parent2544a873ab2a1ee9196bb2f4b12c3afd44ec8a06
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>
drivers/char/toshiba.c