diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-04-27 11:48:09 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-04-27 11:48:09 +0000 |
commit | ba08f4b365e763549ae679f06ddd066d4c666400 (patch) | |
tree | 0cdfdcabe0558e2c8d0449988423b8b01cc4e5f9 /sys/arch/alpha | |
parent | 7ae5550b86db5641eb0a7e8758aa984a7846ddd7 (diff) |
Unifdef KADB.
ok deraadt@
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/alpha/machdep.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/alpha/alpha/machdep.c b/sys/arch/alpha/alpha/machdep.c index 2e7de1c66f6..56ee777d1b2 100644 --- a/sys/arch/alpha/alpha/machdep.c +++ b/sys/arch/alpha/alpha/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.177 2017/01/13 09:18:11 fcambus Exp $ */ +/* $OpenBSD: machdep.c,v 1.178 2017/04/27 11:48:08 mpi Exp $ */ /* $NetBSD: machdep.c,v 1.210 2000/06/01 17:12:38 thorpej Exp $ */ /*- @@ -684,9 +684,6 @@ nobootinfo: * Look at arguments passed to us and compute boothowto. */ -#ifdef KADB - boothowto |= RB_KDB; -#endif for (p = bootinfo.boot_flags; p && *p != '\0'; p++) { /* * Note that we'd really like to differentiate case here, |