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

Marcel Moolenaar marcel at FreeBSD.org
Fri Sep 1 21:25:23 UTC 2006


marcel      2006-09-01 21:25:22 UTC

  FreeBSD src repository

  Modified files:
    lib/libpthread/arch/ia64/ia64 pthread_md.c 
    lib/libpthread/arch/ia64/include pthread_md.h 
  Log:
  Stylize:
  o  avoid using a global register variable.
  o  redefine struct ia64_tp as a union. We don't have to get to the
     fields themselves. We just need it to be of the right size with
     the right alignment.
  
  Revision  Changes    Path
  1.5       +2 -2      src/lib/libpthread/arch/ia64/ia64/pthread_md.c
  1.18      +49 -33    src/lib/libpthread/arch/ia64/include/pthread_md.h


More information about the cvs-src mailing list