aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/parisc/head.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/parisc/head.S b/src/parisc/head.S
index d97ea4b..952f85c 100644
--- a/src/parisc/head.S
+++ b/src/parisc/head.S
@@ -281,7 +281,12 @@ END(startup)
/*******************************************************/
ENTRY(start_kernel)
+#ifdef CONFIG_64BIT
bv,n 0(%r22)
+#else
+ ldw -0x34(%sp),%r1
+ bv,n 0(%r1)
+#endif
END(start_kernel)
/*******************************************************