summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-02-17 09:53:29 +0000
committermarcel <marcel@FreeBSD.org>2003-02-17 09:53:29 +0000
commit653bc68f5387baeae2f13b7f346d29659904e188 (patch)
tree4283325f8e03af6e1c950cabf93bc8a2303fbe3c /sys/ia64
parenta75d478b879e0cf57b160a52bdf34f08a4711bfb (diff)
downloadFreeBSD-src-653bc68f5387baeae2f13b7f346d29659904e188.zip
FreeBSD-src-653bc68f5387baeae2f13b7f346d29659904e188.tar.gz
Define _ALIGNBYTES to be 15. This should have been done right away.
Diffstat (limited to 'sys/ia64')
-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