diff options
| author | rtm | 2006-08-29 14:45:45 +0000 |
|---|---|---|
| committer | rtm | 2006-08-29 14:45:45 +0000 |
| commit | 2b19190c13a12b276ac5cd3a69187d2ab504f36e (patch) | |
| tree | dac7e7bdb8e6a8fced5ac1fed65ed0322c86927c /spinlock.h | |
| parent | b52151e032025f97e42ddc0147c9e49fb958a948 (diff) | |
clean up stale error checks and panics
delete unused functions
a few comments
Diffstat (limited to 'spinlock.h')
| -rw-r--r-- | spinlock.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,5 +1,4 @@ struct spinlock { - uint magic; char *name; uint locked; int cpu; |
