svn commit: r209617 - head/sys/ia64/include

Marcel Moolenaar marcel at FreeBSD.org
Wed Jun 30 22:29:02 UTC 2010


Author: marcel
Date: Wed Jun 30 22:29:02 2010
New Revision: 209617
URL: http://svn.freebsd.org/changeset/base/209617

Log:
  While functions are ideally aligned to a 32-byte boundary, don't
  assume this to be the case.

Modified:
  head/sys/ia64/include/profile.h

Modified: head/sys/ia64/include/profile.h
==============================================================================
--- head/sys/ia64/include/profile.h	Wed Jun 30 21:05:51 2010	(r209616)
+++ head/sys/ia64/include/profile.h	Wed Jun 30 22:29:02 2010	(r209617)
@@ -32,7 +32,7 @@
 #define	_MCOUNT_DECL	void __mcount
 #define	MCOUNT
 
-#define	FUNCTION_ALIGNMENT	32
+#define	FUNCTION_ALIGNMENT	16
 
 typedef unsigned long	fptrdiff_t;
 


More information about the svn-src-all mailing list