sh: Use ioremap_fixed() to implement SH-5 ioremap()
authorMatt Fleming <matt@console-pimps.org>
Thu, 5 Nov 2009 20:49:05 +0000 (20:49 +0000)
committerMatt Fleming <matt@console-pimps.org>
Sat, 16 Jan 2010 14:31:51 +0000 (14:31 +0000)
commit597fe76ec36e782aa45b8dac5e12e4dbb0588967
treedd58806e4e2953451d23dafd388ccdb7877f956a
parent6f82b6ebb1dcc0c3c23820a70a5d79a60c4f5e84
sh: Use ioremap_fixed() to implement SH-5 ioremap()

Use the fixmap-based memory mapping implementation for SH-5's ioremap()
functions and delete the old static allocator that was borrowed from
sparc.

Signed-off-by: Matt Fleming <matt@console-pimps.org>
arch/sh/mm/ioremap_64.c