From 9e82bfb04cc5644f32823fa9ec406261f05073b8 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 28 Aug 2007 04:40:58 +0000 Subject: rename 8253pit.c to timer.c --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index a7570bc..87e5841 100644 --- a/main.c +++ b/main.c @@ -46,7 +46,7 @@ main(void) ide_init(); // disk bootothers(); // boot other CPUs if(!ismp) - pit8253_timerinit(); // uniprocessor timer + timer_init(); // uniprocessor timer userinit(); // first user process // enable interrupts on this processor. @@ -74,7 +74,7 @@ mpmain(void) scheduler(); } -void +static void bootothers(void) { extern uchar _binary_bootother_start[], _binary_bootother_size[]; -- cgit v1.2.3