Two style nits.

This commit is contained in:
John Baldwin 2003-11-05 23:07:39 +00:00
parent 403c77c073
commit 240cfc80b3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122148
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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