obsolete comment (x86 asm now for 450 MHz)

This commit is contained in:
Albert Cahalan 2005-01-18 13:45:47 +00:00
parent 335202e4aa
commit 9fd801a159

View file

@ -2386,7 +2386,6 @@ static void eat_startup_events(void)
#endif
#ifdef __i386__
// get 6.25 MHz out of a 200 MHz Pentium-MMX
#define CLOCK_ASM(tbl) asm volatile("rdtsc" : "=A" (tbl))
#define CLOCK_TYPE unsigned long long
#ifndef CLOCK_SPEED