PERFORCE change 105681 for review

Suleiman Souhlal ssouhlal at FreeBSD.org
Tue Sep 5 15:47:03 UTC 2006


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

Change 105681 by ssouhlal at ssouhlal-maho on 2006/09/05 15:46:32

	Make struct trapframe 8 byte aligned.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/include/frame.h#3 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/include/frame.h#3 (text+ko) ====

@@ -69,10 +69,10 @@
 
 #define	TF_NREGS	23
 
+/* Needs to be 8-byte aligned */
 struct trapframe {
 	__register_t	tf_regs[TF_NREGS];
 	u_int32_t	tf_ppl;		/* previous priority level */
-	int32_t		tf_pad;		/* for 8 byte aligned */
 };
 
 struct frame {


More information about the p4-projects mailing list