summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-11-05 23:07:39 +0000
committerjhb <jhb@FreeBSD.org>2003-11-05 23:07:39 +0000
commitcdd8fcfaa1eb0a646370a3a5133e5aa8d48150f5 (patch)
treef367201b09c73d322496d72127838c8b0a797ffc
parent61546cc5adc1c39f586363d96417337887feb548 (diff)
downloadFreeBSD-src-cdd8fcfaa1eb0a646370a3a5133e5aa8d48150f5.zip
FreeBSD-src-cdd8fcfaa1eb0a646370a3a5133e5aa8d48150f5.tar.gz
Two style nits.
-rw-r--r--sys/amd64/amd64/io_apic.c2
-rw-r--r--sys/i386/i386/io_apic.c2
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
OpenPOWER on IntegriCloud