summaryrefslogtreecommitdiff
path: root/proc.h
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2016-08-10 10:51:14 -0400
committerRobert Morris <[email protected]>2016-08-10 10:51:14 -0400
commit858475e4dfabb61dc72ab5b4f105e2a0a636e7e8 (patch)
tree16f960cc7005744d73e50bb55d2eecb8f080dafa /proc.h
parent0a4a4230a32696ef7f1f6272ca24520826195b7f (diff)
downloadxv6-labs-858475e4dfabb61dc72ab5b4f105e2a0a636e7e8.tar.gz
xv6-labs-858475e4dfabb61dc72ab5b4f105e2a0a636e7e8.tar.bz2
xv6-labs-858475e4dfabb61dc72ab5b4f105e2a0a636e7e8.zip
tiny clarifications to some gdt code.
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/proc.h b/proc.h
index 3b9c3ac..33a9558 100644
--- a/proc.h
+++ b/proc.h
@@ -1,6 +1,3 @@
-// Segments in proc->gdt.
-#define NSEGS 7
-
// Per-CPU state
struct cpu {
uchar id; // Local APIC ID; index into cpus[] below