From: Maxim Dounin Date: Mon, 18 Jun 2012 14:09:54 +0000 (+0000) Subject: Changed default alignment to 16. X-Git-Tag: release-1.3.2~13 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=c45bd10b1c0b602446c68bcf3845d67737aedea2;p=nginx.git Changed default alignment to 16. This fixes alignment problems observerd on ARMs, and likely also needed for MIPSes. Unless we know alignment is not required just assume we need 16, which appears to be safe default for all architectures. See here for details: http://mailman.nginx.org/pipermail/nginx/2012-June/034139.html --- diff --git a/auto/os/conf b/auto/os/conf index 8c18a63fc..5e658b5f3 100644 --- a/auto/os/conf +++ b/auto/os/conf @@ -93,6 +93,7 @@ case "$NGX_MACHINE" in ;; *) + have=NGX_ALIGNMENT value=16 . auto/define NGX_MACH_CACHE_LINE=32 ;;