From eb52c7de1dea182cc3519dc07c62b7f5fe2dfb15 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 28 Aug 2007 19:04:36 +0000 Subject: comments; rename irq_ to pic_ --- ioapic.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ioapic.c') diff --git a/ioapic.c b/ioapic.c index 8da3151..65eec1f 100644 --- a/ioapic.c +++ b/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" -- cgit v1.2.3