diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2004-05-11 20:06:55 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2004-05-11 20:06:55 +0000 |
| commit | 96025496cf7aa6b5c593fe1dc5640e1e737ab45f (patch) | |
| tree | a6d4639cfbf19beb9a6a1b67db0fb1644b38db4a | |
| parent | 175af5d978f1f2d6dd8edc6cd85a768478349073 (diff) | |
Notes
| -rw-r--r-- | sys/i386/i386/io_apic.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/i386/io_apic.c b/sys/i386/i386/io_apic.c index daa33728dc4d..b148ac6dc484 100644 --- a/sys/i386/i386/io_apic.c +++ b/sys/i386/i386/io_apic.c @@ -112,7 +112,6 @@ struct ioapic { struct ioapic_intsrc io_pins[0]; }; - static u_int ioapic_read(volatile ioapic_t *apic, int reg); static void ioapic_write(volatile ioapic_t *apic, int reg, u_int val); static void ioapic_enable_source(struct intsrc *isrc); @@ -726,7 +725,7 @@ SYSINIT(ioapic_destinations, SI_SUB_SMP, SI_ORDER_SECOND, * that IRQ instead. */ -void +static void ioapic_setup_mixed_mode(struct ioapic_intsrc *intpin) { struct ioapic_intsrc *extint; |
