diff options
Diffstat (limited to 'kern/spinlock_types.h')
-rw-r--r-- | kern/spinlock_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/spinlock_types.h b/kern/spinlock_types.h index f5a03866..7dbca377 100644 --- a/kern/spinlock_types.h +++ b/kern/spinlock_types.h @@ -22,7 +22,7 @@ #define _KERN_SPINLOCK_TYPES_H struct spinlock { - unsigned int locked; + unsigned int value; }; #endif /* _KERN_SPINLOCK_TYPES_H */ |