summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-12-06 04:23:52 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-12-06 04:23:52 +0000
commit41a552e58938720f4c8a972498a00437085965da (patch)
treee84bba2df6063fe2077cd4b0b35936c2be07ab8b /sys/arch/alpha
parent3ebd7fc4c1259a2f2b01d0b1e90fbd95a79b5ba1 (diff)
be more careful with spaces and tabs, guys
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/alpha/autoconf.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/sys/arch/alpha/alpha/autoconf.c b/sys/arch/alpha/alpha/autoconf.c
index be35739ef87..02b891861a0 100644
--- a/sys/arch/alpha/alpha/autoconf.c
+++ b/sys/arch/alpha/alpha/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.16 2001/12/06 04:22:56 ericj Exp $ */
+/* $OpenBSD: autoconf.c,v 1.17 2001/12/06 04:23:51 deraadt Exp $ */
/* $NetBSD: autoconf.c,v 1.16 1996/11/13 21:13:04 cgd Exp $ */
/*
@@ -91,13 +91,13 @@ cpu_configure()
parse_prom_bootdev();
softintr_init();
- /*
- * Disable interrupts during autoconfiguration. splhigh() won't
- * work, because it simply _raises_ the IPL, so if machine checks
- * are disabled, they'll stay disabled. Machine checks are needed
- * during autoconfig.
- */
- (void)alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH);
+ /*
+ * Disable interrupts during autoconfiguration. splhigh() won't
+ * work, because it simply _raises_ the IPL, so if machine checks
+ * are disabled, they'll stay disabled. Machine checks are needed
+ * during autoconfig.
+ */
+ (void)alpha_pal_swpipl(ALPHA_PSL_IPL_HIGH);
if (config_rootfound("mainbus", "mainbus") == NULL)
panic("no mainbus found");
(void)spl0();
@@ -277,7 +277,7 @@ setroot()
{
struct swdevt *swp;
struct device *dv;
- int len, majdev, unit, part;
+ int len, majdev, unit, part;
dev_t nrootdev, nswapdev = NODEV;
char buf[128], *rootdevname;
dev_t temp;
@@ -420,7 +420,7 @@ gotswap:
}
swdevt[0].sw_dev = nswapdev;
swdevt[1].sw_dev = NODEV;
- } else {
+ } else {
/*
* `root DEV swap DEV': honor rootdev/swdevt.
* rootdev/swdevt/mountroot already properly set.