Date: Wed, 1 Mar 2006 07:36:41 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 92572 for review Message-ID: <200603010736.k217afkB006920@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92572 Change 92572 by kmacy@kmacy_storage:sun4v_work on 2006/03/01 07:36:23 add directives to make assembler from solaris mostly just work Affected files ... .. //depot/projects/kmacy_sun4v/src/sys/sparc64/include/asm.h#4 edit Differences ... ==== //depot/projects/kmacy_sun4v/src/sys/sparc64/include/asm.h#4 (text+ko) ==== @@ -95,6 +95,12 @@ #define ENTRY(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 MINFRAME64 (WINDOWSIZE64 + 48) +#define MINFRAME MINFRAME64 /* * Kernel RCS ID tag and copyright macros */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603010736.k217afkB006920>