Annotation of Gnu-Mach/linux/src/arch/i386/lib/delay.S, revision 1.1.1.1

1.1       root        1: #include <linux/linkage.h>
                      2: 
                      3: /*
                      4:  * BogoMips loop. Non-inlined because various x86's have so wildly
                      5:  * varying results depending on the exact alignment.
                      6:  */
                      7: 
                      8: ENTRY(__do_delay)
                      9:        jmp 1f
                     10: .align 16
                     11: 1:     jmp 2f
                     12: .align 16
                     13: 2:     decl %eax
                     14:        jns 2b
                     15:        ret
                     16: 
                     17: 
                     18: 

unix.superglobalmegacorp.com

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