cowtest passed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Mutual exclusion lock.
|
||||
struct spinlock {
|
||||
uint locked; // Is the lock held?
|
||||
uint64 locked; // Is the lock held?
|
||||
|
||||
// For debugging:
|
||||
char *name; // Name of lock.
|
||||
|
||||
Reference in New Issue
Block a user