diff options
author | Austin Clements <[email protected]> | 2010-09-01 00:32:27 -0400 |
---|---|---|
committer | Austin Clements <[email protected]> | 2010-09-01 00:32:27 -0400 |
commit | 5efca9054f1911e206831e16c2ca5ac8c8fc7c12 (patch) | |
tree | bf0b4d61b43dfca860c4c93e01fd1ad7fa7f7dbf /console.c | |
parent | 5c4dc7395b75d8b41c1104fe59a0d14d81a8a428 (diff) | |
download | xv6-labs-5efca9054f1911e206831e16c2ca5ac8c8fc7c12.tar.gz xv6-labs-5efca9054f1911e206831e16c2ca5ac8c8fc7c12.tar.bz2 xv6-labs-5efca9054f1911e206831e16c2ca5ac8c8fc7c12.zip |
Tab police
Diffstat (limited to 'console.c')
-rw-r--r-- | console.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,8 +18,8 @@ static void consputc(int); static int panicked = 0; static struct { - struct spinlock lock; - int locking; + struct spinlock lock; + int locking; } cons; static void |