svn commit: r255282 - head/sys/powerpc/include

Nathan Whitehorn nwhitehorn at FreeBSD.org
Thu Sep 5 23:28:51 UTC 2013


Author: nwhitehorn
Date: Thu Sep  5 23:28:50 2013
New Revision: 255282
URL: http://svnweb.freebsd.org/changeset/base/255282

Log:
  Also align the 32-bit PowerPC stacks.

Modified:
  head/sys/powerpc/include/frame.h

Modified: head/sys/powerpc/include/frame.h
==============================================================================
--- head/sys/powerpc/include/frame.h	Thu Sep  5 23:14:27 2013	(r255281)
+++ head/sys/powerpc/include/frame.h	Thu Sep  5 23:28:50 2013	(r255282)
@@ -103,6 +103,7 @@ struct callframe {
 	register_t	cf_func;
 	register_t	cf_arg0;
 	register_t	cf_arg1;
+	register_t	_padding;	/* Maintain 16-byte alignment */
 };
 #endif
 


More information about the svn-src-head mailing list