PERFORCE change 133681 for review
John Birrell
jb at FreeBSD.org
Sat Jan 19 13:56:33 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=133681
Change 133681 by jb at jb_freebsd1 on 2008/01/19 21:56:06
Reset to match CVS.
Affected files ...
.. //depot/projects/dtrace/src/sys/sparc64/include/asi.h#6 edit
.. //depot/projects/dtrace/src/sys/sparc64/include/asm.h#5 edit
Differences ...
==== //depot/projects/dtrace/src/sys/sparc64/include/asi.h#6 (text+ko) ====
@@ -49,11 +49,6 @@
#define ASI_SL 0x89
#define ASI_PNFL 0x8a
#define ASI_SNFL 0x8b
-
-/*
- * Mnemonic asis
- */
-#define ASI_USER ASI_AIUS
/*
* UltraSPARC extensions. ASIs limited to a certain family are annotated.
==== //depot/projects/dtrace/src/sys/sparc64/include/asm.h#5 (text+ko) ====
@@ -93,16 +93,8 @@
CNAME(x):
#define ENTRY(x) _ENTRY(x)
-#define ENTRY_NP(x) _ENTRY(x)
#define END(x) .size x, . - x
-#define STACK_ALIGN 16
-#define SET_SIZE(x) END(x)
-#define SA(X) (((X)+(STACK_ALIGN-1)) & ~(STACK_ALIGN-1))
-#define WINDOWSIZE64 (16*8)
-#define WINDOWSIZE WINDOWSIZE64
-#define MINFRAME64 (WINDOWSIZE64 + 48)
-#define MINFRAME MINFRAME64
/*
* Kernel RCS ID tag and copyright macros
*/
More information about the p4-projects
mailing list