summaryrefslogtreecommitdiff
path: root/i386/i386/locore.S
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/locore.S')
-rw-r--r--i386/i386/locore.S9
1 files changed, 0 insertions, 9 deletions
diff --git a/i386/i386/locore.S b/i386/i386/locore.S
index c5a3577..64a3377 100644
--- a/i386/i386/locore.S
+++ b/i386/i386/locore.S
@@ -1735,15 +1735,6 @@ ENTRY(dr_addr)
.text
/*
- * Waste 10 microseconds.
- */
-ENTRY(tenmicrosec)
- movl EXT(microdata),%ecx /* cycle count for 10 microsecond loop */
-tenmicroloop:
- loop tenmicroloop
- ret
-
-/*
* cpu_shutdown()
* Force reboot
*/