summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/mvme88k/autoconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/mvme88k/autoconf.c')
-rw-r--r--sys/arch/mvme88k/mvme88k/autoconf.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/mvme88k/autoconf.c b/sys/arch/mvme88k/mvme88k/autoconf.c
index a28f1fff6a2..83a31073a0e 100644
--- a/sys/arch/mvme88k/mvme88k/autoconf.c
+++ b/sys/arch/mvme88k/mvme88k/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.39 2007/06/15 01:19:08 deraadt Exp $ */
+/* $OpenBSD: autoconf.c,v 1.40 2007/10/13 12:55:21 miod Exp $ */
/*
* Copyright (c) 1998 Steve Murphree, Jr.
* Copyright (c) 1996 Nivas Madhur
@@ -77,9 +77,6 @@ cpu_configure()
/*
* Turn external interrupts on.
- *
- * XXX We have a race here. If we enable interrupts after setroot(),
- * the kernel dies.
*/
set_psr(get_psr() & ~PSR_IND);
spl0();