summaryrefslogtreecommitdiff
path: root/arch/arm/mach-keystone
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2015-04-04 10:25:28 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2015-06-01 23:45:54 +0100
commit39b74fe82f734ac0bec726733805bb7d46c95933 (patch)
treec1f8f2298c28f9c34d69d2cbd71ca854ff05b476 /arch/arm/mach-keystone
parentc8ca2b4b29282605698968d15667939b23e208e2 (diff)
ARM: keystone2: move address space switch printk into generic code
There is no point platform code doing this, let's move it into the generic code so it doesn't get duplicated. Acked-by: Santosh Shilimkar <ssantosh@kernel.org> Tested-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-keystone')
-rw-r--r--arch/arm/mach-keystone/keystone.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-keystone/keystone.c b/arch/arm/mach-keystone/keystone.c
index baa0fbc9803a..af8c92bc8188 100644
--- a/arch/arm/mach-keystone/keystone.c
+++ b/arch/arm/mach-keystone/keystone.c
@@ -93,9 +93,6 @@ static long long __init keystone_init_meminfo(void)
/* Populate the arch idmap hook */
arch_virt_to_idmap = keystone_virt_to_idmap;
- pr_info("Switching to high address space at 0x%llx\n",
- (u64)PHYS_OFFSET + (u64)offset);
-
return offset;
}