aboutsummaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
Diffstat (limited to 'asm')
-rw-r--r--asm/head.S5
1 files changed, 0 insertions, 5 deletions
diff --git a/asm/head.S b/asm/head.S
index 60bdbe8..a4105ca 100644
--- a/asm/head.S
+++ b/asm/head.S
@@ -57,7 +57,6 @@ __head:
.global fdt_entry
fdt_entry:
mr %r27,%r3
- li %r25,0
b boot_entry
/* This is a pointer to a descriptor used by debugging tools
@@ -109,7 +108,6 @@ hir_trigger:
/* Entry point set by the FSP */
.= 0x180
li %r27,0
- li %r25,0
b boot_entry
#define EXCEPTION(nr) \
@@ -249,7 +247,6 @@ boot_offset:
* r28 : PVR
* r27 : DTB pointer (or NULL)
* r26 : PIR thread mask
- * r25 : Selected master CPU (OPAL boot)
*/
.global boot_entry
boot_entry:
@@ -390,7 +387,6 @@ boot_entry:
#endif
/* Jump to C */
mr %r3,%r27
- mr %r4,%r25
bl main_cpu_entry
b .
@@ -819,7 +815,6 @@ opal_naca:
* got to the same entry we use for pHyp and FDT HB.
*/
opal_boot_trampoline:
- li %r25,0
li %r27,-1
ba boot_entry - __head