summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/ia64/include/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/include/param.h b/sys/ia64/include/param.h
index 1813d33..cbe76f8 100644
--- a/sys/ia64/include/param.h
+++ b/sys/ia64/include/param.h
@@ -58,7 +58,7 @@
*
*/
#ifndef _ALIGNBYTES
-#define _ALIGNBYTES 7
+#define _ALIGNBYTES 15
#endif
#ifndef _ALIGN
#define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) &~ _ALIGNBYTES)
OpenPOWER on IntegriCloud