aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/include')
-rw-r--r--sys/mips/include/db_machdep.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/mips/include/db_machdep.h b/sys/mips/include/db_machdep.h
index 02a7c6c1a8fb..fd11569d4b9f 100644
--- a/sys/mips/include/db_machdep.h
+++ b/sys/mips/include/db_machdep.h
@@ -41,7 +41,6 @@
#include <machine/frame.h>
#include <machine/trap.h>
-#include <machine/endian.h>
typedef struct trapframe db_regs_t;
extern db_regs_t ddb_regs; /* register state */
@@ -49,10 +48,6 @@ extern db_regs_t ddb_regs; /* register state */
typedef vm_offset_t db_addr_t; /* address - unsigned */
typedef register_t db_expr_t; /* expression - signed */
-#if BYTE_ORDER == _BIG_ENDIAN
-#define BYTE_MSF (1)
-#endif
-
#define SOFTWARE_SSTEP /* Need software single step */
#define SOFTWARE_SSTEP_EMUL /* next_instr_address() emulates 100% */
db_addr_t next_instr_address(db_addr_t, boolean_t);