aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/boot/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc64/boot/crt0.S')
-rw-r--r--arch/ppc64/boot/crt0.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc64/boot/crt0.S b/arch/ppc64/boot/crt0.S
index 8bfdeaf3be83..9cc442263939 100644
--- a/arch/ppc64/boot/crt0.S
+++ b/arch/ppc64/boot/crt0.S
@@ -54,5 +54,6 @@ clear_caches:
54 sync 54 sync
55 isync 55 isync
56 56
57 mr r6,r1
57 b start 58 b start
58 59