Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2018 14:58:18 +0200
From:      "Herbert J. Skuhra" <herbert@gojira.at>
To:        "O. Hartmann" <o.hartmann@walstatt.org>
Cc:        Cy Schubert <Cy.Schubert@cschubert.com>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>, John Baldwin <jhb@FreeBSD.org>
Subject:   Re: 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...
Message-ID:  <20180328125818.GA35772@mail.bsd4all.net>
In-Reply-To: <20180328072327.4f45e3f0@freyja.zeit4.iv.bundesimmobilien.de>
References:  <20180328052050.8B3CD143@spqr.komquats.com> <20180328072327.4f45e3f0@freyja.zeit4.iv.bundesimmobilien.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180328125818.GA35772>