comparison auto/os/conf @ 745:95aa79944291

add sun4v, style fix
author Igor Sysoev <igor@sysoev.ru>
date Fri, 06 Oct 2006 13:02:23 +0000
parents 03fa118203d6
children ca9fe5ae412b
comparison
equal deleted inserted replaced
744:34bb8726f454 745:95aa79944291
81 amd64 | x86_64) 81 amd64 | x86_64)
82 have=NGX_HAVE_NONALIGNED . auto/have 82 have=NGX_HAVE_NONALIGNED . auto/have
83 NGX_MACH_CACHE_LINE=64 83 NGX_MACH_CACHE_LINE=64
84 ;; 84 ;;
85 85
86 sun4u | sparc | sparc64) 86 sun4u | sun4v | sparc | sparc64)
87 have=NGX_ALIGNMENT value=16 . auto/define 87 have=NGX_ALIGNMENT value=16 . auto/define
88 # TODO 88 # TODO
89 NGX_MACH_CACHE_LINE=64 89 NGX_MACH_CACHE_LINE=64
90 ;; 90 ;;
91 91