KDB needs <machine/db_machdep.h>, so move it under #ifdef KDB.
While I'm there, remove dead code, we will never support acorn26.
This commit is contained in:
parent
eb33e843b8
commit
7c4e421f76
@ -82,11 +82,10 @@ __FBSDID("$FreeBSD$");
|
|||||||
|
|
||||||
#ifdef DDB
|
#ifdef DDB
|
||||||
#include <ddb/db_output.h>
|
#include <ddb/db_output.h>
|
||||||
#include <machine/db_machdep.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef acorn26
|
#ifdef KDB
|
||||||
#include <machine/machdep.h>
|
#include <machine/db_machdep.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int gdb_trapper(u_int, u_int, struct trapframe *, int);
|
static int gdb_trapper(u_int, u_int, struct trapframe *, int);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user