svn commit: r331650 - in head/sys: amd64/amd64 amd64/ia32amd64/linux amd64/linux32 cddl/contrib/opensolaris/uts/intel/dtracecddl/dev/dtrace/amd64 cddl/dev/dtrace/i386 i386/i386 i386/linux x86/inc...
Herbert J. Skuhra
herbert at gojira.at
Wed Mar 28 12:58:21 UTC 2018
On Wed, Mar 28, 2018 at 07:23:27AM +0200, O. Hartmann wrote:
> On Tue, 27 Mar 2018 23:20:53 -0600
> Cy Schubert <Cy.Schubert at cschubert.com> wrote:
>
> > Have you disabled DDB in your kernel config?
At the moment I am building non-GENERIC kernel with the below patch:
Index: sys/amd64/amd64/machdep.c
===================================================================
--- sys/amd64/amd64/machdep.c (revision 331667)
+++ sys/amd64/amd64/machdep.c (working copy)
@@ -108,6 +108,8 @@
#endif
#include <ddb/ddb.h>
#include <ddb/db_sym.h>
+#else
+#include <machine/trap.h>
#endif
#include <net/netisr.h>
--
Herbert
More information about the svn-src-head
mailing list