From 0b5f13ce27017a23ba8a6b7e9a996fef3f42bbbb Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 5 Feb 2007 21:09:36 +0000 Subject: 2007-02-05 Thomas Schwinge * i386/i386/hardclock.c: Include instead of . * i386/i386/pit.c: Likewise. * i386/i386at/kd.c: Likewise. * i386/i386at/model_dep.c: Likewise. * i386/i386at/rtc.c: Likewise. * kern/ipc_sched.c: Likewise. * kern/mach_factor.c: Likewise. * kern/priority.c: Likewise. * kern/sched_prim.c: Likewise. * kern/startup.c: Likewise. * kern/syscall_subr.c: Likewise. * kern/thread.h: Likewise. * kern/zalloc.c: Likewise. * kern/host.c: Include . (tick): Remove declaration. * kern/pc_sample.c: Likewise. * kern/thread.c: Likewise. * kern/sched_prim.c (hz): Remove declaration. * kern/syscall_subr.c (hz): Likewise. * linux/dev/init/main.c (hz): Likewise. --- kern/host.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'kern/host.c') diff --git a/kern/host.c b/kern/host.c index acca8ae..57a40b4 100644 --- a/kern/host.c +++ b/kern/host.c @@ -41,11 +41,9 @@ #include #include #include - +#include #include - - host_data_t realhost; kern_return_t host_processors( @@ -155,7 +153,6 @@ kern_return_t host_info( case HOST_SCHED_INFO: { register host_sched_info_t sched_info; - extern int tick; /* microseconds per clock tick */ extern int min_quantum; /* minimum quantum, in microseconds */ -- cgit v1.2.3