diff options
Diffstat (limited to 'spinlock.h')
| -rw-r--r-- | spinlock.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,6 +1,4 @@ struct spinlock { unsigned int locked; - unsigned who; - int count; unsigned locker_pc; }; |
![]() |
index : xv6-riscv | |
| MIT xv6-RISCV kernel modified to RV64I base integer extension | Aditya N. Naik |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | spinlock.h | 2 |
@@ -1,6 +1,4 @@ struct spinlock { unsigned int locked; - unsigned who; - int count; unsigned locker_pc; }; |