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