summaryrefslogtreecommitdiffstats
path: root/sys/boot/sparc64/boot1/_start.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/sparc64/boot1/_start.S')
-rw-r--r--sys/boot/sparc64/boot1/_start.S8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/boot/sparc64/boot1/_start.S b/sys/boot/sparc64/boot1/_start.S
new file mode 100644
index 0000000..30f8019
--- /dev/null
+++ b/sys/boot/sparc64/boot1/_start.S
@@ -0,0 +1,8 @@
+/* $FreeBSD$ */
+
+ .text
+ .globl _start
+_start:
+ call ofw_init
+ nop
+ sir
OpenPOWER on IntegriCloud