diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2016-02-09 19:08:10 +0300 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-03-12 02:18:02 +0300 |
commit | e974cd4be0be8de0d370ee4dbf181d614c0de386 (patch) | |
tree | e09e40d0a9043d8d1847b23f5a294e56dab0473f /arch/powerpc/include | |
parent | c562eb06d563b8a79824a93641e9a37821cbbc34 (diff) | |
download | linux-e974cd4be0be8de0d370ee4dbf181d614c0de386.tar.xz |
powerpc32: remove ioremap_base
ioremap_base is not initialised and is nowhere used so remove it
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/nohash/32/pgtable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/nohash/32/pgtable.h b/arch/powerpc/include/asm/nohash/32/pgtable.h index e2016007c04e..780847597514 100644 --- a/arch/powerpc/include/asm/nohash/32/pgtable.h +++ b/arch/powerpc/include/asm/nohash/32/pgtable.h @@ -86,7 +86,7 @@ extern int icache_44x_need_flush; * We no longer map larger than phys RAM with the BATs so we don't have * to worry about the VMALLOC_OFFSET causing problems. We do have to worry * about clashes between our early calls to ioremap() that start growing down - * from ioremap_base being run into the VM area allocations (growing upwards + * from IOREMAP_TOP being run into the VM area allocations (growing upwards * from VMALLOC_START). For this reason we have ioremap_bot to check when * we actually run into our mappings setup in the early boot with the VM * system. This really does become a problem for machines with good amounts |