xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cb30c81860a965e46e53d6f71633da7898299890
parent 872a63e104ab34b9588f404fa2d7ac05e789eacf
Author: rsc <rsc>
Date:   Fri, 24 Aug 2007 21:33:11 +0000

nit

Diffstat:
Mmp.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)