diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1999-08-31 22:42:15 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1999-08-31 22:42:15 +0000 |
| commit | 8f0ba3dbab7973fd23370f901b3b4daaf663ae69 (patch) | |
| tree | a9ea346f3cfd7aa1335b594c100bad977c1971f5 /sys/alpha | |
| parent | 3b7df19ba414484d29f2a0ecd9a6205f885449d7 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/alpha/machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c index 5c877f120e7b1..66eb6755ba6b0 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 |
