summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
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[];