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