]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove an unneeded argument..
authorJulian Elischer <julian@FreeBSD.org>
Tue, 31 Aug 2004 07:34:54 +0000 (07:34 +0000)
committerJulian Elischer <julian@FreeBSD.org>
Tue, 31 Aug 2004 07:34:54 +0000 (07:34 +0000)
commit5995adc2065dbcbe7b0956cd2f6b2cd35dc2f60c
tree1a975f2ac0a0702045b32ec5bdafabf3aa115857
parent99e9dcb817d24175052254238752ca3a4b007940
Remove an unneeded argument..
The removed argument could trivially be derived from the remaining one.
That in turn should be the same as curthread, but it is possible that curthread could be expensive to derive on some syste,s so leave it as an argument.
Having both proc and thread as an argumen tjust gives an opportunity for
them to get out sync.

MFC after: 3 days
sys/alpha/alpha/trap.c
sys/amd64/amd64/trap.c
sys/i386/i386/trap.c
sys/ia64/ia64/trap.c
sys/kern/kern_kse.c
sys/kern/kern_sig.c
sys/kern/subr_trap.c
sys/powerpc/aim/trap.c
sys/powerpc/powerpc/trap.c
sys/sparc64/sparc64/trap.c
sys/sys/proc.h