]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
If we have a p variable pointing to td->td_proc already, use it instead of
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 18 Sep 2001 21:20:58 +0000 (21:20 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 18 Sep 2001 21:20:58 +0000 (21:20 +0000)
commit9ed316e3a7552fbef07a6310acffe49b4e96bd20
tree30d2e6c5e7e847194d0e7b00ef5a33c9ec4faf33
parent659209e636e2945962eb75613958aae7fa1067cd
If we have a p variable pointing to td->td_proc already, use it instead of
needlessly repeating the indirection in several places.  Half of the places
used td->td_proc, and half used p.  They are now consistent with each other
and all use p.
sys/i386/svr4/svr4_machdep.c