summaryrefslogtreecommitdiffstats
path: root/asm/head.S
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2016-07-24 09:27:13 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-08-22 15:26:51 +1000
commit4ec017fc77cb05a49d9c5f6de243cdfd7c825c39 (patch)
tree4b53f04cd2ed0074c54bf7f980f35bdcd33bb34d /asm/head.S
parent2238dd778f56115bec8a39816a660f573e5db213 (diff)
downloadblackbird-skiboot-4ec017fc77cb05a49d9c5f6de243cdfd7c825c39.tar.gz
blackbird-skiboot-4ec017fc77cb05a49d9c5f6de243cdfd7c825c39.zip
Rename rvwinkle_restore to reset_wakeup
Make it clearer that it's suitable for all forms of wakeup from a reset handler. 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.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/head.S b/asm/head.S
index eb0054aa..60bdbe8b 100644
--- a/asm/head.S
+++ b/asm/head.S
@@ -612,14 +612,14 @@ reset_patch_start:
FIXUP_ENDIAN
smt_medium
LOAD_IMM64(%r30, SKIBOOT_BASE)
- LOAD_IMM32(%r3, rvwinkle_restore - __head)
+ LOAD_IMM32(%r3, reset_wakeup - __head)
add %r3,%r30,%r3
mtctr %r3
bctr
.global reset_patch_end
reset_patch_end:
-rvwinkle_restore:
+reset_wakeup:
/* Get PIR */
mfspr %r31,SPR_PIR
OpenPOWER on IntegriCloud