diff options
author | jhb <jhb@FreeBSD.org> | 2003-11-05 23:07:39 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2003-11-05 23:07:39 +0000 |
commit | cdd8fcfaa1eb0a646370a3a5133e5aa8d48150f5 (patch) | |
tree | f367201b09c73d322496d72127838c8b0a797ffc | |
parent | 61546cc5adc1c39f586363d96417337887feb548 (diff) | |
download | FreeBSD-src-cdd8fcfaa1eb0a646370a3a5133e5aa8d48150f5.zip FreeBSD-src-cdd8fcfaa1eb0a646370a3a5133e5aa8d48150f5.tar.gz |
Two style nits.
-rw-r--r-- | sys/amd64/amd64/io_apic.c | 2 | ||||
-rw-r--r-- | sys/i386/i386/io_apic.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/amd64/amd64/io_apic.c b/sys/amd64/amd64/io_apic.c index f4b810e..ff1f428 100644 --- a/sys/amd64/amd64/io_apic.c +++ b/sys/amd64/amd64/io_apic.c @@ -200,6 +200,7 @@ ioapic_disable_source(struct intsrc *isrc) static void ioapic_eoi_source(struct intsrc *isrc) { + TODO; /* lapic_eoi(); */ } @@ -242,6 +243,7 @@ ioapic_program_destination(struct ioapic_intsrc *intpin) static void ioapic_assign_cluster(struct ioapic_intsrc *intpin) { + /* * Assign this intpin to a logical APIC cluster in a * round-robin fashion. We don't actually use the logical diff --git a/sys/i386/i386/io_apic.c b/sys/i386/i386/io_apic.c index f4b810e..ff1f428 100644 --- a/sys/i386/i386/io_apic.c +++ b/sys/i386/i386/io_apic.c @@ -200,6 +200,7 @@ ioapic_disable_source(struct intsrc *isrc) static void ioapic_eoi_source(struct intsrc *isrc) { + TODO; /* lapic_eoi(); */ } @@ -242,6 +243,7 @@ ioapic_program_destination(struct ioapic_intsrc *intpin) static void ioapic_assign_cluster(struct ioapic_intsrc *intpin) { + /* * Assign this intpin to a logical APIC cluster in a * round-robin fashion. We don't actually use the logical |