summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrtm <rtm>2008-09-11 10:20:40 +0000
committerrtm <rtm>2008-09-11 10:20:40 +0000
commit4651d04ad13f4f49a54e745397c5fecdfe60beca (patch)
treeceed62a2dfd34d13640b5c8ee945b7fabdde3e88
parente9ae6f5cbe1cd6098dd4310c72688869e9b489ca (diff)
downloadxv6-labs-4651d04ad13f4f49a54e745397c5fecdfe60beca.tar.gz
xv6-labs-4651d04ad13f4f49a54e745397c5fecdfe60beca.tar.bz2
xv6-labs-4651d04ad13f4f49a54e745397c5fecdfe60beca.zip
omit *.d from tar file
-rw-r--r--Makefile4
-rw-r--r--proc.c1
-rw-r--r--xv6-rev2.tar.gzbin724391 -> 68374 bytes
3 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 72f72f9..dbc4674 100644
--- a/Makefile
+++ b/Makefile
@@ -26,10 +26,10 @@ OBJS = \
vectors.o\
# Cross-compiling (e.g., on Mac OS X)
-# TOOLPREFIX = i386-jos-elf-
+TOOLPREFIX = i386-jos-elf-
# Using native tools (e.g., on X86 Linux)
-TOOLPREFIX =
+#TOOLPREFIX =
CC = $(TOOLPREFIX)gcc
AS = $(TOOLPREFIX)gas
diff --git a/proc.c b/proc.c
index cf982c1..614a130 100644
--- a/proc.c
+++ b/proc.c
@@ -325,7 +325,6 @@ wakeup1(void *chan)
}
// Wake up all processes sleeping on chan.
-// Proc_table_lock is acquired and released.
void
wakeup(void *chan)
{
diff --git a/xv6-rev2.tar.gz b/xv6-rev2.tar.gz
index f334fa0..be6e390 100644
--- a/xv6-rev2.tar.gz
+++ b/xv6-rev2.tar.gz
Binary files differ