[PATCH] Time: i386 Conversion - part 3: Enable Generic Timekeeping
authorjohn stultz <johnstul@us.ibm.com>
Mon, 26 Jun 2006 07:25:11 +0000 (00:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:21 +0000 (09:58 -0700)
commit6f84fa2f3edc8902cfed02cd510c7c58334bb9bd
treeafc4229a3ff0aa7e9956759334b7ad1f1b4827d9
parent539eb11e6e904f2cd4f62908cc5e44d724879721
[PATCH] Time: i386 Conversion - part 3: Enable Generic Timekeeping

This converts the i386 arch to use the generic timeofday subsystem.  It
enabled the GENERIC_TIME option, disables the timer_opts code and other arch
specific timekeeping code and reworks the delay code.

While this patch enables the generic timekeeping, please note that this patch
does not provide any i386 clocksource.  Thus only the jiffies clocksource will
be available.  To get full replacements for the code being disabled here, the
timeofday-clocks-i386 patch will needed.

Signed-off-by: John Stultz <johnstul@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/Kconfig
arch/i386/kernel/Makefile
arch/i386/kernel/time.c
arch/i386/kernel/tsc.c
arch/i386/lib/delay.c
include/asm-i386/delay.h
include/asm-i386/timer.h