aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/timer.h
AgeCommit message (Collapse)AuthorFilesLines
2008-01-30x86: scale cyc_2_nsec according to CPU frequencyGuillaume Chazarain1-5/+18
scale the sched_clock() cyc_2_nsec scaling factor according to CPU frequency changes. [ [email protected]: simplified it and fixed it for SMP. ] Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>
2007-10-11i386/x86_64: move headers to include/asm-x86Thomas Gleixner1-0/+50
Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>