Two style nits.
This commit is contained in:
parent
403c77c073
commit
240cfc80b3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122148
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user