diff options
Diffstat (limited to 'spinlock.h')
| -rw-r--r-- | spinlock.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ struct spinlock { + char *name; uint locked; uint pc; int cpu; |
![]() |
index : xv6-labs-2022/.git | |
| Unnamed repository; edit this file 'description' to name the repository. | root |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | spinlock.h | 1 |
@@ -1,4 +1,5 @@ struct spinlock { + char *name; uint locked; uint pc; int cpu; |