summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/drivers/timer_rdtsc.c
Commit message (Collapse)AuthorAgeFilesLines
* [timer] Formalise the timer APIMichael Brown2008-10-121-69/+0Star
| | | | | | We now have two implementations for the timer API: one using the time-of-day counter at 40:70 and one using RDTSC. Both make use of timer2_udelay().
* [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown2008-10-121-1/+1
|
* Use plain C in timer_rdtsc for division instead of inline asssembly.Alexey Zaytsev2008-03-061-43/+21Star
| | | | | | This also fixes a bug in rdtsc_currticks when the result did not fix in %eax Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
* fix the rdtsc namimgAlexey Zaytsev2008-03-021-0/+91