summaryrefslogtreecommitdiff
path: root/mp.c
diff options
context:
space:
mode:
authorrsc <rsc>2006-07-16 16:06:03 +0000
committerrsc <rsc>2006-07-16 16:06:03 +0000
commit6e6a1dd7d717246f58bc3bbdf2a32e7e3f901cf3 (patch)
tree5348c4b27631b3d31b44475dc0552bd09871c9b9 /mp.c
parent84d79573da7d701b0bbed92eb874bfd8c2610f75 (diff)
downloadxv6-labs-6e6a1dd7d717246f58bc3bbdf2a32e7e3f901cf3.tar.gz
xv6-labs-6e6a1dd7d717246f58bc3bbdf2a32e7e3f901cf3.tar.bz2
xv6-labs-6e6a1dd7d717246f58bc3bbdf2a32e7e3f901cf3.zip
various little fixes that should have been in earlier checkins
Diffstat (limited to 'mp.c')
-rw-r--r--mp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mp.c b/mp.c
index c6e7d3f..875bf3f 100644
--- 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"