File:  [GnuMach] / Gnu-Mach / linux / src / arch / i386 / lib / delay.S
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed Sep 2 04:41:39 2020 UTC (5 years, 10 months ago) by root
Branches: MAIN, GNU
CVS tags: HEAD, GNUMach120
GNU Mach 1.2

#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)
	jmp 1f
.align 16
1:	jmp 2f
.align 16
2:	decl %eax
	jns 2b
	ret




unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.