summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/mach-ip22
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tbogendoerfer@suse.de>2019-10-09 15:27:17 +0200
committerPaul Burton <paul.burton@mips.com>2019-10-09 14:55:57 -0700
commitc0de00b286ed1c14064ff94ca70abdfd4e4d11e8 (patch)
treeafe10195df3371bcaf5ce2c67732aa5007c77d9a /arch/mips/include/asm/mach-ip22
parent931e1bfea4031811b75f7af688a3e17fc2b121fb (diff)
MIPS: SGI-IP22/28: Use PROM for memory detection
EARLY_PRINTK uses ArcWrite (via prom_putchar) on IP22/28, which needs to not mess up PROMs data structures. ARC PROM gives out a list of memory chunks, which are used and which are free. This fixes the problem of not working early printk. By using XKPHYS spaces more than 256MB memory on Indigo2 R4k machines is working now, too. Signed-off-by: Thomas Bogendoerfer <tbogendoerfer@suse.de> Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: James Hogan <jhogan@kernel.org> Cc: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'arch/mips/include/asm/mach-ip22')
-rw-r--r--arch/mips/include/asm/mach-ip22/spaces.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/mips/include/asm/mach-ip22/spaces.h b/arch/mips/include/asm/mach-ip22/spaces.h
index 78d0335f5f2e..24fe92cb5313 100644
--- a/arch/mips/include/asm/mach-ip22/spaces.h
+++ b/arch/mips/include/asm/mach-ip22/spaces.h
@@ -12,15 +12,6 @@
#define PHYS_OFFSET _AC(0x08000000, UL)
-#ifdef CONFIG_64BIT
-
-#define CAC_BASE 0xffffffff80000000
-#define IO_BASE 0xffffffffa0000000
-#define UNCAC_BASE 0xffffffffa0000000
-#define MAP_BASE 0xc000000000000000
-
-#endif /* CONFIG_64BIT */
-
#include <asm/mach-generic/spaces.h>
#endif /* __ASM_MACH_IP22_SPACES_H */