summaryrefslogtreecommitdiff
path: root/kernel/spinlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/spinlock.h')
-rw-r--r--kernel/spinlock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/spinlock.h b/kernel/spinlock.h
index 5f244c9..4392820 100644
--- a/kernel/spinlock.h
+++ b/kernel/spinlock.h
@@ -5,7 +5,5 @@ struct spinlock {
// For debugging:
char *name; // Name of lock.
struct cpu *cpu; // The cpu holding the lock.
- struct cpu *last_release;
- uint64 last_pc;
};