summaryrefslogtreecommitdiff
path: root/proc.h
diff options
context:
space:
mode:
authorAustin Clements <[email protected]>2010-09-02 03:36:39 -0400
committerAustin Clements <[email protected]>2010-09-02 03:36:39 -0400
commit1280d2680274cf44aa1a9531f06f7699d1f9051f (patch)
tree2a9872a94066fa6dbe24d7586554614fffe53d6d /proc.h
parent4d245c79f989aff781a50c855d254b813639ee90 (diff)
downloadxv6-labs-1280d2680274cf44aa1a9531f06f7699d1f9051f.tar.gz
xv6-labs-1280d2680274cf44aa1a9531f06f7699d1f9051f.tar.bz2
xv6-labs-1280d2680274cf44aa1a9531f06f7699d1f9051f.zip
Oops, missed a comment about the stack guard
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proc.h b/proc.h
index 7d97dfa..8799668 100644
--- a/proc.h
+++ b/proc.h
@@ -48,7 +48,6 @@ struct proc {
// Process memory is laid out contiguously, low addresses first:
// text
// original data and bss
-// invalid page
// fixed-size stack
// expandable heap