summaryrefslogtreecommitdiff
path: root/spinlock.h
diff options
context:
space:
mode:
clumsy blank pages to make some files align better
Diffstat (limited to 'spinlock.h')
-rw-r--r--spinlock.h44
1 files changed, 44 insertions, 0 deletions
diff --git a/spinlock.h b/spinlock.h
index 1a706cf..31c3563 100644
--- a/spinlock.h
+++ b/spinlock.h
@@ -8,3 +8,47 @@ struct spinlock {
uint pcs[10]; // The call stack (an array of program counters)
// that locked the lock.
};
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+// Blank page.