Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2006 15:46:59 GMT
From:      Suleiman Souhlal <ssouhlal@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 105681 for review
Message-ID:  <200609051546.k85FkxjK062356@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105681

Change 105681 by ssouhlal@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 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609051546.k85FkxjK062356>