From 32630628a996e29018641af262272339ed6fef88 Mon Sep 17 00:00:00 2001 From: rtm Date: Sat, 29 Jul 2006 09:35:02 +0000 Subject: open() --- proc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proc.h') diff --git a/proc.h b/proc.h index 1b86eb2..a273141 100644 --- a/proc.h +++ b/proc.h @@ -70,6 +70,8 @@ struct cpu { char mpstack[MPSTACK]; // per-cpu start-up stack, only used to get into main() struct proc *lastproc; // last proc scheduled on this cpu (never NULL) int nlock; // # of locks currently held + struct spinlock *lastacquire; // xxx debug + struct spinlock *lastrelease; // xxx debug }; extern struct cpu cpus[NCPU]; -- cgit v1.2.3