diff options
Diffstat (limited to 'sys/sun4v/include/asm.h')
-rw-r--r-- | sys/sun4v/include/asm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sun4v/include/asm.h b/sys/sun4v/include/asm.h index 2510c1c..780149b 100644 --- a/sys/sun4v/include/asm.h +++ b/sys/sun4v/include/asm.h @@ -96,7 +96,6 @@ CNAME(x): #define END(x) .size x, . - x #define STACK_ALIGN 64 -#define SET_SIZE(x) END(x) #define SA(X) (((X)+(STACK_ALIGN-1)) & ~(STACK_ALIGN-1)) #define WINDOWSIZE64 (16*8) #define MINFRAME64 (WINDOWSIZE64 + 64) |