]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit020f556edb427f996ec2b7f0f88943c8ceee0c19
tree77eb8ad4e4c990f942e4aa4315a3d569585d61e3
parentb84301f70b2ad62a57abcddbe96b5ed2e4cd5544
[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