summaryrefslogtreecommitdiffstats
path: root/sys/mips/mips/db_interface.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2013-05-01 06:57:46 +0000
committerimp <imp@FreeBSD.org>2013-05-01 06:57:46 +0000
commit9003746e9a613b1a0ca653027e0f881f52cd7027 (patch)
tree8a58ef57e9a3b181ef83d5970d68b781e01c10b3 /sys/mips/mips/db_interface.c
parent272556ac5338f36ef5b8c69bd5ac3ec763e354fa (diff)
downloadFreeBSD-src-9003746e9a613b1a0ca653027e0f881f52cd7027.zip
FreeBSD-src-9003746e9a613b1a0ca653027e0f881f52cd7027.tar.gz
Don't include asm.h in non-asm files.
Remove #define to get kludges that asm.h used to define Move clever macros to access assembler instructions to trap.c Remove __ASSEMBLER__ ifdefs in regdef.h: they aren't needed anymore.
Diffstat (limited to 'sys/mips/mips/db_interface.c')
-rw-r--r--sys/mips/mips/db_interface.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/mips/mips/db_interface.c b/sys/mips/mips/db_interface.c
index de7fe18..7feb27e 100644
--- a/sys/mips/mips/db_interface.c
+++ b/sys/mips/mips/db_interface.c
@@ -55,8 +55,6 @@ __FBSDID("$FreeBSD$");
#include <machine/mips_opcode.h>
#include <machine/vmparam.h>
#include <machine/md_var.h>
-#define NO_REG_DEFS 1 /* Prevent asm.h from including regdef.h */
-#include <machine/asm.h>
#include <machine/setjmp.h>
#include <ddb/ddb.h>
OpenPOWER on IntegriCloud