comparison auto/os/conf @ 7172:e4c21e417277

Configure: set default cacheline size to 64 for aarch64 platforms.
author Debayan Ghosh <debayang.qdt@qualcommdatacenter.com>
date Mon, 11 Dec 2017 15:05:35 +0000
parents 639e48c382a6
children 35afae4b3dff
comparison
equal deleted inserted replaced
7171:d3235149d17f 7172:e4c21e417277
108 have=NGX_ALIGNMENT value=16 . auto/define 108 have=NGX_ALIGNMENT value=16 . auto/define
109 # TODO 109 # TODO
110 NGX_MACH_CACHE_LINE=64 110 NGX_MACH_CACHE_LINE=64
111 ;; 111 ;;
112 112
113 aarch64 )
114 have=NGX_ALIGNMENT value=16 . auto/define
115 NGX_MACH_CACHE_LINE=64
116 ;;
117
113 *) 118 *)
114 have=NGX_ALIGNMENT value=16 . auto/define 119 have=NGX_ALIGNMENT value=16 . auto/define
115 NGX_MACH_CACHE_LINE=32 120 NGX_MACH_CACHE_LINE=32
116 ;; 121 ;;
117 122