Replace NLEAF with LEAF_NOPROFILE to unify the conventions we use in

our assembler files.

Reviewed by:	jmallet@
This commit is contained in:
imp 2013-10-15 04:44:21 +00:00
parent 0dd44faac7
commit 87b5f4698d
2 changed files with 2 additions and 3 deletions

View File

@ -264,7 +264,6 @@ _C_LABEL(x):
/*
* XXX retain dialects XXX
*/
#define NLEAF(x) LEAF_NOPROFILE(x)
#define NON_LEAF(x, fsize, retpc) NESTED(x, fsize, retpc)
#define NNON_LEAF(x, fsize, retpc) NESTED_NOPROFILE(x, fsize, retpc)

View File

@ -838,7 +838,7 @@ NNON_LEAF(MipsUserIntr, CALLFRAME_SIZ, ra)
.set at
END(MipsUserIntr)
NLEAF(MipsTLBInvalidException)
LEAF_NOPROFILE(MipsTLBInvalidException)
.set push
.set noat
.set noreorder
@ -1029,7 +1029,7 @@ END(MipsTLBInvalidException)
*
*----------------------------------------------------------------------------
*/
NLEAF(MipsTLBMissException)
LEAF_NOPROFILE(MipsTLBMissException)
.set noat
MFC0 k0, MIPS_COP_0_BAD_VADDR # k0=bad address
PTR_LI k1, VM_MAX_KERNEL_ADDRESS # check fault address against