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