comments; rename irq_ to pic_
This commit is contained in:
parent
5516be1fed
commit
eb52c7de1d
9 changed files with 25 additions and 18 deletions
1
ioapic.c
1
ioapic.c
|
|
@ -1,5 +1,6 @@
|
|||
// The I/O APIC manages hardware interrupts for an SMP system.
|
||||
// http://www.intel.com/design/chipsets/datashts/29056601.pdf
|
||||
// See also picirq.c.
|
||||
|
||||
#include "types.h"
|
||||
#include "defs.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue