Date: Fri, 1 Sep 2006 21:25:22 +0000 (UTC) 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/ia64 pthread_md.c src/lib/libpthread/arch/ia64/include pthread_md.h Message-ID: <200609012125.k81LPMj4011875@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609012125.k81LPMj4011875>
