diff options
author | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-13 22:13:08 +0000 |
---|---|---|
committer | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-13 22:13:08 +0000 |
commit | e19d4eb5e939639e9a3c7e47cc3de635618ca262 (patch) | |
tree | ed965b2bdfea5f4d83cc030ea7409da96da2814f /sys/arch/loongson | |
parent | f2d40e7271682c91645171dbb2e43703eb599740 (diff) |
Cosmetic changes to reduce diffs.
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r-- | sys/arch/loongson/loongson/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/loongson/loongson/machdep.c b/sys/arch/loongson/loongson/machdep.c index da4394954e8..3513bc71708 100644 --- a/sys/arch/loongson/loongson/machdep.c +++ b/sys/arch/loongson/loongson/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.54 2014/07/11 22:28:05 uebayasi Exp $ */ +/* $OpenBSD: machdep.c,v 1.55 2014/07/13 22:13:06 uebayasi Exp $ */ /* * Copyright (c) 2009, 2010, 2014 Miodrag Vallat. @@ -927,7 +927,7 @@ boot(int howto) if_downall(); uvm_shutdown(); - splhigh(); /* Disable interrupts. */ + splhigh(); cold = 1; if (howto & RB_DUMP) |