From owner-cvs-src@FreeBSD.ORG Tue Aug 5 17:17:16 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4823037B401; Tue, 5 Aug 2003 17:17:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D497F43F3F; Tue, 5 Aug 2003 17:17:15 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h760HF0U082397; Tue, 5 Aug 2003 17:17:15 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h760HFif082396; Tue, 5 Aug 2003 17:17:15 -0700 (PDT) Message-Id: <200308060017.h760HFif082396@repoman.freebsd.org> From: Marcel Moolenaar Date: Tue, 5 Aug 2003 17:17:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/arch/ia64/include pthread_md.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 00:17:16 -0000 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