xv6

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

commit 6e6a1dd7d717246f58bc3bbdf2a32e7e3f901cf3
parent 84d79573da7d701b0bbed92eb874bfd8c2610f75
Author: rsc <rsc>
Date:   Sun, 16 Jul 2006 16:06:03 +0000

various little fixes that should have been in earlier checkins

Diffstat:
Mmain.c | 2--
Mmp.c | 1-
2 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/main.c b/main.c @@ -87,8 +87,6 @@ main0(void) cprintf("loaded userfs\n"); scheduler(); - - return 0; } // Additional processors start here. diff --git a/mp.c b/mp.c @@ -1,7 +1,6 @@ #include "types.h" #include "mp.h" #include "defs.h" -#include "memlayout.h" #include "param.h" #include "x86.h" #include "traps.h"