]> git.karo-electronics.de Git - linux-beck.git/commitdiff
sh: Kill dead/unused ISA code from __ioremap().
authorPaul Mundt <lethal@linux-sh.org>
Wed, 7 Feb 2007 12:27:50 +0000 (21:27 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 13 Feb 2007 01:54:46 +0000 (10:54 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/ioremap.c

index 90b494a0cf45b5f78c1c98c5d8b9c7b28c8868ac..be03d74e99cbc4412c713ba96141b66a0443a21d 100644 (file)
@@ -44,12 +44,6 @@ void __iomem *__ioremap(unsigned long phys_addr, unsigned long size,
        if (!size || last_addr < phys_addr)
                return NULL;
 
-       /*
-        * Don't remap the low PCI/ISA area, it's always mapped..
-        */
-       if (phys_addr >= 0xA0000 && last_addr < 0x100000)
-               return (void __iomem *)phys_to_virt(phys_addr);
-
        /*
         * If we're on an SH7751 or SH7780 PCI controller, PCI memory is
         * mapped at the end of the address space (typically 0xfd000000)