Date: Tue, 5 Aug 2003 17:17:15 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/arch/ia64/include pthread_md.h Message-ID: <200308060017.h760HFif082396@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2003/08/05 17:17:15 PDT FreeBSD src repository Modified files: lib/libpthread/arch/ia64/include pthread_md.h Log: Define the static TLS as an array of long double. This will guarantee that the TLS is 16-byte aligned, as well as guarantee that the thread pointer is 16-byte aligned as it points to struct ia64_tp. Likewise, struct tcb and struct ksd are also guaranteed to be 16-byte aligned (if they weren't already). Revision Changes Path 1.6 +6 -2 src/lib/libpthread/arch/ia64/include/pthread_md.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308060017.h760HFif082396>