Configure: set default cacheline size to 64 for aarch64 platforms.

This commit is contained in:
Debayan Ghosh 2017-12-11 15:05:35 +00:00
parent 40f1c48b53
commit b75f419b2c

View File

@ -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