patch-2.0.31 linux/arch/i386/lib/delay.S

Next file: linux/arch/i386/mm/fault.c
Previous file: linux/arch/i386/lib/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.30/linux/arch/i386/lib/delay.S linux/arch/i386/lib/delay.S
@@ -0,0 +1,14 @@
+#include <linux/linkage.h>
+
+/*
+ * BogoMips loop. Non-inlined because various x86's have so wildly
+ * varying results depending on the exact alignment.
+ */
+
+ENTRY(__do_delay)
+1:	decl %eax
+	jns 1b
+	ret
+
+
+

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov