summaryrefslogtreecommitdiffstats
path: root/asm/head.S
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2016-07-24 09:27:12 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-08-22 15:26:51 +1000
commit2238dd778f56115bec8a39816a660f573e5db213 (patch)
tree97e1cc6b1eedebd4e4eee26c55b5115690e13f87 /asm/head.S
parentad0eb2ca2ca7cab621f990a694746198cbc94ed1 (diff)
downloadblackbird-skiboot-2238dd778f56115bec8a39816a660f573e5db213.tar.gz
blackbird-skiboot-2238dd778f56115bec8a39816a660f573e5db213.zip
slw: Move SPR setup calls away from assembly
Move them to the C code so that rvwinkle_restore() is more generic and suitable for use for nap mode wakeup as well Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'asm/head.S')
-rw-r--r--asm/head.S9
1 files changed, 0 insertions, 9 deletions
diff --git a/asm/head.S b/asm/head.S
index 05715e9f..eb0054aa 100644
--- a/asm/head.S
+++ b/asm/head.S
@@ -623,15 +623,6 @@ rvwinkle_restore:
/* Get PIR */
mfspr %r31,SPR_PIR
- /* Initialize per-core SPRs
- *
- * XXX We do it on each thread ... oh well, improve that later
- */
- bl init_shared_sprs
-
- /* Initialize thread SPRs */
- bl init_replicated_sprs
-
/* Get that CPU stack base and use it to restore r13 */
GET_STACK(%r1,%r31)
GET_CPU()
OpenPOWER on IntegriCloud