summaryrefslogtreecommitdiff
path: root/sys/mips/include/asm.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2013-10-15 04:45:09 +0000
committerWarner Losh <imp@FreeBSD.org>2013-10-15 04:45:09 +0000
commit0013199a74dab54bb51b858d8e59060adad3f215 (patch)
tree47204bf85c4aa9e1b6652ceab6d5a8287cf30295 /sys/mips/include/asm.h
parent10eb94556e80050fc69e85f37b4bafdfa88624a8 (diff)
Notes
Diffstat (limited to 'sys/mips/include/asm.h')
-rw-r--r--sys/mips/include/asm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/mips/include/asm.h b/sys/mips/include/asm.h
index 8f7fe8f8aad7..de957d6533fd 100644
--- a/sys/mips/include/asm.h
+++ b/sys/mips/include/asm.h
@@ -261,12 +261,6 @@ _C_LABEL(x):
.asciiz str; \
.align 3
-/*
- * XXX retain dialects XXX
- */
-#define NON_LEAF(x, fsize, retpc) NESTED(x, fsize, retpc)
-#define NNON_LEAF(x, fsize, retpc) NESTED_NOPROFILE(x, fsize, retpc)
-
#if defined(__mips_o32)
#define SZREG 4
#else