diff options
author | ru <ru@FreeBSD.org> | 2004-02-11 21:17:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-02-11 21:17:04 +0000 |
commit | 55ee7cd48644f992a7f8f92bac34a503985ea2d8 (patch) | |
tree | 530a74733b4c96d6deadfbaa980fd5661064e870 /sys/boot/sparc64/boot1/_start.S | |
parent | 6b8ec0360c5f0a057dbcd87cc7eca7591461bd24 (diff) | |
download | FreeBSD-src-55ee7cd48644f992a7f8f92bac34a503985ea2d8.zip FreeBSD-src-55ee7cd48644f992a7f8f92bac34a503985ea2d8.tar.gz |
_start.S -> _start.s as the latter is pure asm file.
Repocopied by: joe
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 |