diff options
Diffstat (limited to 'spinlock.h')
-rw-r--r-- | spinlock.h | 44 |
1 files changed, 44 insertions, 0 deletions
@@ -8,3 +8,47 @@ struct spinlock { uint pcs[10]; // The call stack (an array of program counters) // that locked the lock. }; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +// Blank page. |