diff options
| author | Christophe Leroy <christophe.leroy@c-s.fr> | 2016-02-09 11:08:10 -0500 |
|---|---|---|
| committer | Scott Wood <oss@buserror.net> | 2016-03-11 18:18:02 -0500 |
| commit | e974cd4be0be8de0d370ee4dbf181d614c0de386 (patch) | |
| tree | e09e40d0a9043d8d1847b23f5a294e56dab0473f /arch/powerpc/include/asm/nohash | |
| parent | c562eb06d563b8a79824a93641e9a37821cbbc34 (diff) | |
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/asm/nohash')
| -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; | |||
| 86 | * We no longer map larger than phys RAM with the BATs so we don't have | 86 | * We no longer map larger than phys RAM with the BATs so we don't have |
| 87 | * to worry about the VMALLOC_OFFSET causing problems. We do have to worry | 87 | * to worry about the VMALLOC_OFFSET causing problems. We do have to worry |
| 88 | * about clashes between our early calls to ioremap() that start growing down | 88 | * about clashes between our early calls to ioremap() that start growing down |
| 89 | * from ioremap_base being run into the VM area allocations (growing upwards | 89 | * from IOREMAP_TOP being run into the VM area allocations (growing upwards |
| 90 | * from VMALLOC_START). For this reason we have ioremap_bot to check when | 90 | * from VMALLOC_START). For this reason we have ioremap_bot to check when |
| 91 | * we actually run into our mappings setup in the early boot with the VM | 91 | * we actually run into our mappings setup in the early boot with the VM |
| 92 | * system. This really does become a problem for machines with good amounts | 92 | * system. This really does become a problem for machines with good amounts |
