From: rsc Date: Fri, 24 Aug 2007 21:33:11 +0000 (+0000) Subject: nit X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=cb30c81860a965e46e53d6f71633da7898299890;p=cs3210-lab0.git nit --- diff --git a/mp.c b/mp.c index f414e5c..c9a6172 100644 --- a/mp.c +++ b/mp.c @@ -35,7 +35,7 @@ int ncpu; uchar ioapic_id; static struct cpu *bcpu; -static struct mp *mp; // The MP floating point structure +static struct mp *mp; // The floating MP structure static struct mp* mp_scan(uchar *addr, int len)