summaryrefslogtreecommitdiff
path: root/proc.h
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2012-08-28 12:57:05 -0400
committerRobert Morris <[email protected]>2012-08-28 12:57:05 -0400
commit8960f60b30b69a1f45ffa9d8b2b204714725f1fa (patch)
treeb0c84ed8f05abe6dad0ad5a97eabe58a0d098c26 /proc.h
parent9d59eb015141697da616a4b98ac27cf4269cd780 (diff)
downloadxv6-labs-8960f60b30b69a1f45ffa9d8b2b204714725f1fa.tar.gz
xv6-labs-8960f60b30b69a1f45ffa9d8b2b204714725f1fa.tar.bz2
xv6-labs-8960f60b30b69a1f45ffa9d8b2b204714725f1fa.zip
junk
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.h b/proc.h
index 385a92f..6561ad3 100644
--- a/proc.h
+++ b/proc.h
@@ -7,7 +7,7 @@ struct cpu {
struct context *scheduler; // swtch() here to enter scheduler
struct taskstate ts; // Used by x86 to find stack for interrupt
struct segdesc gdt[NSEGS]; // x86 global descriptor table
- volatile uint started; // Has the CPU started?
+ volatile uint started; // Has the CPU started?
int ncli; // Depth of pushcli nesting.
int intena; // Were interrupts enabled before pushcli?