[PATCH] Time: i386 Conversion - part 1: Move timer_pit.c to i8253.c
authorjohn stultz <johnstul@us.ibm.com>
Mon, 26 Jun 2006 07:25:09 +0000 (00:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:20 +0000 (09:58 -0700)
commit8d016ef1380a2a9a5ca5742ede04334199868f82
tree77eb8ad4e4c990f942e4aa4315a3d569585d61e3
parentede65f3926a284f07765b94d6d9fd10d63791174
[PATCH] Time: i386 Conversion - part 1: Move timer_pit.c to i8253.c

A simple cleanup for the i386 arch in preparation of moving to the generic
timeofday infrastructure.  It simply moves the PIT initialization code, locks,
and other code we want to keep from some code from timer_pit.c (which will be
removed) to i8253.c.

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/kernel/Makefile
arch/i386/kernel/i8253.c [new file with mode: 0644]
arch/i386/kernel/time.c
arch/i386/kernel/timers/timer_pit.c