X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/1b8db65fb62cd10c435b1390b2e7982044cc9db4..3ae0cd58d3167611fa7b89e1b75e33eb36328cde:/sys/platform/pc32/i386/mp_machdep.c diff --git a/sys/platform/pc32/i386/mp_machdep.c b/sys/platform/pc32/i386/mp_machdep.c index 4e4c3e60f8..a8c74c550e 100644 --- a/sys/platform/pc32/i386/mp_machdep.c +++ b/sys/platform/pc32/i386/mp_machdep.c @@ -23,7 +23,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/i386/i386/mp_machdep.c,v 1.115.2.15 2003/03/14 21:22:35 jhb Exp $ - * $DragonFly: src/sys/platform/pc32/i386/mp_machdep.c,v 1.14 2003/07/30 02:59:19 dillon Exp $ + * $DragonFly: src/sys/platform/pc32/i386/mp_machdep.c,v 1.15 2003/08/26 21:42:18 rob Exp $ */ #include "opt_cpu.h" @@ -717,11 +717,11 @@ static io_int *io_apic_ints; static int nintrs; -static int processor_entry __P((proc_entry_ptr entry, int cpu)); -static int bus_entry __P((bus_entry_ptr entry, int bus)); -static int io_apic_entry __P((io_apic_entry_ptr entry, int apic)); -static int int_entry __P((int_entry_ptr entry, int intr)); -static int lookup_bus_type __P((char *name)); +static int processor_entry (proc_entry_ptr entry, int cpu); +static int bus_entry (bus_entry_ptr entry, int bus); +static int io_apic_entry (io_apic_entry_ptr entry, int apic); +static int int_entry (int_entry_ptr entry, int intr); +static int lookup_bus_type (char *name); /*