Commit ca43ecbf6e5c7216152e5a388f2ecdd87e07a293
1 parent
f5df54dc2e
Exists in
master
and in
7 other branches
sh: Kill dead/unused ISA code from __ioremap().
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Showing 1 changed file with 0 additions and 6 deletions Side-by-side Diff
arch/sh/mm/ioremap.c
... | ... | @@ -45,12 +45,6 @@ |
45 | 45 | return NULL; |
46 | 46 | |
47 | 47 | /* |
48 | - * Don't remap the low PCI/ISA area, it's always mapped.. | |
49 | - */ | |
50 | - if (phys_addr >= 0xA0000 && last_addr < 0x100000) | |
51 | - return (void __iomem *)phys_to_virt(phys_addr); | |
52 | - | |
53 | - /* | |
54 | 48 | * If we're on an SH7751 or SH7780 PCI controller, PCI memory is |
55 | 49 | * mapped at the end of the address space (typically 0xfd000000) |
56 | 50 | * in a non-translatable area, so mapping through page tables for |