PERFORCE change 98503 for review

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


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

Change 98503 by kmacy at kmacy_storage:sun4v_work on 2006/06/04 20:54:32

	force trapframe to be 64-byte aligned

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/include/frame.h#5 edit

Differences ...

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

@@ -52,11 +52,11 @@
 	uint64_t tf_wstate;
 	uint64_t tf_asi;
 	uint64_t tf_pad3[1];
-};
+} __aligned(64);
 /* extra padding can go away once we re-shuffle user-land mcontext
  */
 
-#define	tf_sp	tf_out[6]
+#define	tf_sp	        tf_out[6]
  
 #define	TF_DONE(tf) do { \
 	tf->tf_tpc = tf->tf_tnpc; \


More information about the p4-projects mailing list