From: john stultz Date: Mon, 26 Jun 2006 07:25:09 +0000 (-0700) Subject: [PATCH] Time: i386 Conversion - part 1: Move timer_pit.c to i8253.c X-Git-Tag: v2.6.18-rc1~793 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d016ef1380a2a9a5ca5742ede04334199868f82;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed