summaryrefslogtreecommitdiff
path: root/spinlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'spinlock.h')
-rw-r--r--spinlock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/spinlock.h b/spinlock.h
index 90bffdb..4392820 100644
--- a/spinlock.h
+++ b/spinlock.h
@@ -5,7 +5,5 @@ struct spinlock {
// For debugging:
char *name; // Name of lock.
struct cpu *cpu; // The cpu holding the lock.
- uint64 pcs[10]; // The call stack (an array of program counters)
- // that locked the lock.
};