summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/alpha/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c
index 5c877f1..66eb675 100644
--- a/sys/alpha/alpha/machdep.c
+++ b/sys/alpha/alpha/machdep.c
@@ -998,7 +998,7 @@ alpha_init(pfn, ptb, bim, bip, biv)
* Look at arguments passed to us and compute boothowto.
*/
- boothowto = RB_SINGLE;
+ boothowto = 0;
#ifdef KADB
boothowto |= RB_KDB;
#endif
OpenPOWER on IntegriCloud