summaryrefslogtreecommitdiff
path: root/proc.h
diff options
context:
space:
mode:
authorrsc <rsc>2007-09-27 20:09:40 +0000
committerrsc <rsc>2007-09-27 20:09:40 +0000
commit3807c1f20b5f7dca7ec7ca4bbe38bc5904e980ff (patch)
tree3d0ee391126d390d1c5b72c8b1d003d0db6807aa /proc.h
parent39c3fb1b157927058f24b72d43be6f15c1d422b7 (diff)
downloadxv6-labs-3807c1f20b5f7dca7ec7ca4bbe38bc5904e980ff.tar.gz
xv6-labs-3807c1f20b5f7dca7ec7ca4bbe38bc5904e980ff.tar.bz2
xv6-labs-3807c1f20b5f7dca7ec7ca4bbe38bc5904e980ff.zip
rename splhi/spllo to pushcli/popcli
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 285f6bf..2063baa 100644
--- a/proc.h
+++ b/proc.h
@@ -61,7 +61,7 @@ struct cpu {
struct segdesc gdt[NSEGS]; // x86 global descriptor table
char *stack;
volatile int booted; // Has the CPU started?
- int nsplhi; // Depth of splhi nesting.
+ int ncli; // Depth of pushcli nesting.
};
extern struct cpu cpus[NCPU];