aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_64.S
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2016-07-05 15:04:09 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2016-07-21 19:14:29 +1000
commitfa745a129cae93ca5d871ebac2a8f6c27ae3fbf2 (patch)
tree1f936cf8f8efd7beab302c5f533de95013770a65 /arch/powerpc/kernel/head_64.S
parentpowerpc/64: Move setting of {i,d}cache_bsize to initialize_cache_info() (diff)
downloadlinux-dev-fa745a129cae93ca5d871ebac2a8f6c27ae3fbf2.tar.xz
linux-dev-fa745a129cae93ca5d871ebac2a8f6c27ae3fbf2.zip
powerpc/64: Move the content of setup_system() to setup_arch()
And kill setup_system(). Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to '')
-rw-r--r--arch/powerpc/kernel/head_64.S5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/powerpc/kernel/head_64.S b/arch/powerpc/kernel/head_64.S
index 064cd9397836..f765b0434731 100644
--- a/arch/powerpc/kernel/head_64.S
+++ b/arch/powerpc/kernel/head_64.S
@@ -941,7 +941,7 @@ start_here_multiplatform:
mtspr SPRN_SRR1,r4
RFI
b . /* prevent speculative execution */
-
+
/* This is where all platforms converge execution */
start_here_common:
@@ -951,9 +951,6 @@ start_here_common:
/* Load the TOC (virtual address) */
ld r2,PACATOC(r13)
- /* Do more system initializations in virtual mode */
- bl setup_system
-
/* Mark interrupts soft and hard disabled (they might be enabled
* in the PACA when doing hotplug)
*/