summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2010-06-30 22:29:02 +0000
committermarcel <marcel@FreeBSD.org>2010-06-30 22:29:02 +0000
commit88c7d17a4c34d41518aeb9bedabb00a0855261d5 (patch)
tree46bfc7d60882d20e93ba4e0ba015bae2dd35f587 /sys/ia64/include
parent1b5972d2abfb5cb5cc10995525d2e6a67bc6d0b0 (diff)
downloadFreeBSD-src-88c7d17a4c34d41518aeb9bedabb00a0855261d5.zip
FreeBSD-src-88c7d17a4c34d41518aeb9bedabb00a0855261d5.tar.gz
While functions are ideally aligned to a 32-byte boundary, don't
assume this to be the case.
Diffstat (limited to 'sys/ia64/include')
-rw-r--r--sys/ia64/include/profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/profile.h b/sys/ia64/include/profile.h
index 73ce578..cdf1434 100644
--- a/sys/ia64/include/profile.h
+++ b/sys/ia64/include/profile.h
@@ -32,7 +32,7 @@
#define _MCOUNT_DECL void __mcount
#define MCOUNT
-#define FUNCTION_ALIGNMENT 32
+#define FUNCTION_ALIGNMENT 16
typedef unsigned long fptrdiff_t;
OpenPOWER on IntegriCloud