[Skiboot] [PATCH 19/34] Rename rvwinkle_restore to reset_wakeup
Benjamin Herrenschmidt
benh at kernel.crashing.org
Sun Jul 24 09:27:13 AEST 2016
Make it clearer that it's suitable for all forms of wakeup
from a reset handler.
Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
---
asm/head.S | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/asm/head.S b/asm/head.S
index 6f4b2b5..6b180ca 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
--
2.7.4
More information about the Skiboot
mailing list