summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-05-02 20:34:15 +0000
committermarcel <marcel@FreeBSD.org>2003-05-02 20:34:15 +0000
commit6b35b9cda0d59f6035dc0b63c727603509c38636 (patch)
tree600474ce2ae8a8edfce28395d6846df539942f6b /sys/ia64
parent283a9b563b201a218fc8369cd565113ad386e1a5 (diff)
downloadFreeBSD-src-6b35b9cda0d59f6035dc0b63c727603509c38636.zip
FreeBSD-src-6b35b9cda0d59f6035dc0b63c727603509c38636.tar.gz
Option KADB does not exist. It came from alpha, where it still exists.
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/machdep.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index cff38fe..fafe287 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -421,9 +421,6 @@ ia64_init(u_int64_t arg1, u_int64_t arg2)
* Look at arguments passed to us and compute boothowto.
*/
boothowto = bootinfo.bi_boothowto;
-#ifdef KADB
- boothowto |= RB_KDB;
-#endif
/*
* Catch case of boot_verbose set in environment.
OpenPOWER on IntegriCloud