cvs commit: src/lib/libpthread/arch/ia64/include pthread_md.h

Marcel Moolenaar marcel at FreeBSD.org
Tue Aug 5 17:17:16 PDT 2003


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


More information about the cvs-src mailing list