[PATCH] time: x86_64: split x86_64/kernel/time.c up
In preparation for the x86_64 generic time conversion, this patch splits out TSC and HPET related code from arch/x86_64/kernel/time.c into respective hpet.c and tsc.c files. [akpm@osdl.org: fix printk timestamps] [akpm@osdl.org: cleanup] Signed-off-by:John Stultz <johnstul@us.ibm.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Andi Kleen <ak@muc.de> Cc: Roman Zippel <zippel@linux-m68k.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- arch/x86_64/kernel/Makefile 1 addition, 1 deletionarch/x86_64/kernel/Makefile
- arch/x86_64/kernel/hpet.c 453 additions, 0 deletionsarch/x86_64/kernel/hpet.c
- arch/x86_64/kernel/time.c 4 additions, 660 deletionsarch/x86_64/kernel/time.c
- arch/x86_64/kernel/tsc.c 212 additions, 0 deletionsarch/x86_64/kernel/tsc.c
- include/asm-x86_64/hpet.h 6 additions, 0 deletionsinclude/asm-x86_64/hpet.h
- include/asm-x86_64/timex.h 11 additions, 0 deletionsinclude/asm-x86_64/timex.h
- kernel/tsacct.c 0 additions, 2 deletionskernel/tsacct.c
Loading
Please register or sign in to comment