comments; rename irq_ to pic_

This commit is contained in:
rsc 2007-08-28 19:04:36 +00:00
parent 5516be1fed
commit eb52c7de1d
9 changed files with 25 additions and 18 deletions

View file

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