# HG changeset patch # User Debayan Ghosh # Date 1513004735 0 # Node ID e4c21e4172773fa0df7b356da9bf2ea852634a66 # Parent d3235149d17f7745d3ac246a6cdcc81a56698f7b Configure: set default cacheline size to 64 for aarch64 platforms. diff --git a/auto/os/conf b/auto/os/conf --- a/auto/os/conf +++ b/auto/os/conf @@ -110,6 +110,11 @@ case "$NGX_MACHINE" in NGX_MACH_CACHE_LINE=64 ;; + aarch64 ) + have=NGX_ALIGNMENT value=16 . auto/define + NGX_MACH_CACHE_LINE=64 + ;; + *) have=NGX_ALIGNMENT value=16 . auto/define NGX_MACH_CACHE_LINE=32