PERFORCE change 98504 for review

Kip Macy kmacy at FreeBSD.org
Sun Jun 4 20:57:07 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=98504

Change 98504 by kmacy at kmacy_storage:sun4v_work on 2006/06/04 20:55:13

	force stack offsets of 64-bytes in trap handlers

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/include/asm.h#3 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/include/asm.h#3 (text+ko) ====

@@ -95,11 +95,11 @@
 #define	ENTRY(x)	_ENTRY(x)
 #define	END(x)		.size x, . - x
 
-#define STACK_ALIGN     16
+#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 + 48)
+#define MINFRAME64      (WINDOWSIZE64 + 64)
 #define MINFRAME        MINFRAME64
 #define REGOFF          SA(MINFRAME)
 


More information about the p4-projects mailing list