cvs commit: src/sys/compat/linux linux_misc.c
src/sys/compat/svr4 svr4_signal.c src/sys/gnu/i386/fpemul
fpu_entry.c src/sys/kern kern_intr.c
John Baldwin
jhb at FreeBSD.org
Thu Apr 17 15:11:20 PDT 2003
On 17-Apr-2003 John Baldwin wrote:
> jhb 2003/04/17 15:02:47 PDT
>
> FreeBSD src repository
>
> Modified files:
> sys/compat/linux linux_misc.c
> sys/compat/svr4 svr4_signal.c
> sys/gnu/i386/fpemul fpu_entry.c
> sys/kern kern_intr.c
> Log:
> Use local struct proc variables to reduce repeated td->td_proc dereferences
> and improve readability.
I think the fpu_entry code is dubious. Perhaps it needs to ensure the
state of P_TRACED doesn't change for a while?
--
John Baldwin <jhb at FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!" - http://www.FreeBSD.org/
More information about the cvs-src
mailing list