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_ --- mp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mp.c') diff --git a/mp.c b/mp.c index cc2ab06..af9e72b 100644 --- a/mp.c +++ b/mp.c @@ -1,3 +1,5 @@ +// Multiprocessor bootstrap. +// Search memory for MP description structures. // http://developer.intel.com/design/pentium/datashts/24201606.pdf #include "types.h" -- cgit v1.2.3