summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2008-08-17 14:25:20 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2008-08-17 14:25:20 +0000
commit49671daad622f12247c077f5e81781a943d999b7 (patch)
treebf691665109c1646e7e185f95e0be217524afabd /sys
parent19f3c89e50541cffa7bcd122f848b015a52b1fc0 (diff)
Garbage collect stupid delay loop.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc64/sparc64/locore.s16
1 files changed, 1 insertions, 15 deletions
diff --git a/sys/arch/sparc64/sparc64/locore.s b/sys/arch/sparc64/sparc64/locore.s
index 4b1a0d47d08..96d460446d2 100644
--- a/sys/arch/sparc64/sparc64/locore.s
+++ b/sys/arch/sparc64/sparc64/locore.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: locore.s,v 1.152 2008/08/10 14:13:05 kettenis Exp $ */
+/* $OpenBSD: locore.s,v 1.153 2008/08/17 14:25:19 kettenis Exp $ */
/* $NetBSD: locore.s,v 1.137 2001/08/13 06:10:10 jdolecek Exp $ */
/*
@@ -9042,20 +9042,6 @@ ENTRY(delay) ! %o0 = n
retl
nop
- /*
- * If something's wrong with the standard setup do this stupid loop
- * calibrated for a 143MHz processor.
- */
-Lstupid_delay:
- set 142857143/MICROPERSEC, %o1
-Lstupid_loop:
- brnz,pt %o1, Lstupid_loop
- dec %o1
- brnz,pt %o0, Lstupid_delay
- dec %o0
- retl
- nop
-
ENTRY(setjmp)
save %sp, -CC64FSZ, %sp ! Need a frame to return to.
flushw