summaryrefslogtreecommitdiff
path: root/console.c
diff options
context:
space:
mode:
authorAustin Clements <[email protected]>2010-09-01 00:32:27 -0400
committerAustin Clements <[email protected]>2010-09-01 00:32:27 -0400
commit5efca9054f1911e206831e16c2ca5ac8c8fc7c12 (patch)
treebf0b4d61b43dfca860c4c93e01fd1ad7fa7f7dbf /console.c
parent5c4dc7395b75d8b41c1104fe59a0d14d81a8a428 (diff)
downloadxv6-labs-5efca9054f1911e206831e16c2ca5ac8c8fc7c12.tar.gz
xv6-labs-5efca9054f1911e206831e16c2ca5ac8c8fc7c12.tar.bz2
xv6-labs-5efca9054f1911e206831e16c2ca5ac8c8fc7c12.zip
Tab police
Diffstat (limited to 'console.c')
-rw-r--r--console.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/console.c b/console.c
index 16d0e7a..1d51a3c 100644
--- a/console.c
+++ b/console.c
@@ -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