diff options
Diffstat (limited to 'spinlock.h')
-rw-r--r-- | spinlock.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ struct spinlock { uint locked; - uint locker_pc; + uint32_t pc; + int cpu; }; |
![]() |
index : 135e2/xv6-labs.git | |
xv6-labs-2024-winter | 135e2 |
summaryrefslogtreecommitdiff |
-rw-r--r-- | spinlock.h | 3 |
@@ -1,4 +1,5 @@ struct spinlock { uint locked; - uint locker_pc; + uint32_t pc; + int cpu; }; |