aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/tsc/delay_tsc.c
AgeCommit message (Expand)Author
2014-07-11src: Make use of 'CEIL_DIV(a, b)' macro across treeEdward O'Callaghan
2013-05-14x86: add thread supportAaron Durbin
2013-05-07x86: harden tsc udelay() functionAaron Durbin
2013-05-07x86: add TSC_CONSTANT_RATE optionAaron Durbin
2013-05-01tsc: provide monotonic timerAaron Durbin
2010-09-09Adapt comment, too. (trivial)Patrick Georgi
2010-09-08Make timer2 the default choice for TSC initialization.Patrick Georgi
2010-09-072ms is enough time to accurately obtain the clock rate.Kevin O'Connor
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-03-22printk_foo -> printk(BIOS_FOO, ...)Stefan Reinauer
2009-07-21* rework tsc based timer code to use inb instead of outb for calibrationStefan Reinauer
2009-03-06fix a bunch of cast and type warnings and don't call the apic "nvram", thatStefan Reinauer
2009-02-12This patch converts __FUNCTION__ to __func__, since __func__ is standard.Myles Watson
2007-10-23fix a whole bunch of warnings. (trivial)Stefan Reinauer
2005-10-25- See Issue Tracker id-6 "lnxi-patch-6-replacement"Jason Schildt
2005-09-14Make EPIA-M use CONFIG_TSC.Jonathan McDowell
2005-08-17Changed udelay in delay_tsc to be more be more considerate of singleHamish Guthrie
2004-10-14- Add new cvs code to cvsEric Biederman