diff options
-rw-r--r-- | sys/ia64/include/param.h | 2 |
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) |