From 3807c1f20b5f7dca7ec7ca4bbe38bc5904e980ff Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 27 Sep 2007 20:09:40 +0000 Subject: rename splhi/spllo to pushcli/popcli --- proc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proc.h') 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]; -- cgit v1.2.3