diff options
author | rsc <rsc> | 2007-08-28 05:00:39 +0000 |
---|---|---|
committer | rsc <rsc> | 2007-08-28 05:00:39 +0000 |
commit | c2f354e4e1abb4eaea466d36c26623e47917f74b (patch) | |
tree | 80f893bcbc30019ad12523eb2c16a53703cf02cc /spinlock.h | |
parent | 2d7d2b18cf5f1a565458574323e6f5b3bd6352a3 (diff) | |
download | xv6-labs-c2f354e4e1abb4eaea466d36c26623e47917f74b.tar.gz xv6-labs-c2f354e4e1abb4eaea466d36c26623e47917f74b.tar.bz2 xv6-labs-c2f354e4e1abb4eaea466d36c26623e47917f74b.zip |
clumsy blank pages to make some files align better
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. |