diff options
| author | kolya <kolya> | 2008-10-12 18:45:30 +0000 |
|---|---|---|
| committer | kolya <kolya> | 2008-10-12 18:45:30 +0000 |
| commit | c780dbf96735123f19ad022cefd555614725fc88 (patch) | |
| tree | f5a5c48ec089b46901f36b95d86b1403fa4baeac /spinlock.c | |
| parent | 6186836d28944dbe3451bc154c0268ac2c90a313 (diff) | |
| download | xv6-labs-2022-c780dbf96735123f19ad022cefd555614725fc88.tar.xz xv6-labs-2022-c780dbf96735123f19ad022cefd555614725fc88.zip | |
include explicitly initialized globals (int x = 0;) in cross-refs,
also thanks to greg price.
Diffstat (limited to 'spinlock.c')
| -rw-r--r-- | spinlock.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -8,8 +8,6 @@ #include "proc.h" #include "spinlock.h" -extern int use_console_lock; - void initlock(struct spinlock *lock, char *name) { |
