xv6

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

commit 5788b3604a5c57165bb65ccd5a75464ded18fa35
parent 4fb684548aef31639fec850a6011259716f4291e
Author: rsc <rsc>
Date:   Fri,  8 Sep 2006 15:15:44 +0000

nit

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

diff --git a/mp.c b/mp.c @@ -193,7 +193,7 @@ mp_bcpu(void) { if(ismp) return bcpu-cpus; - else return 0; + return 0; } extern void mpmain(void);