K 10 svn:author V 6 julian K 8 svn:date V 27 2004-09-03T06:40:26.000000Z K 7 svn:log V 907 MFC: > 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 systems so leave it as an > argument. > Having both proc and thread as an argument just gives an opportunity for > them to get out sync. > > > Revision Changes Path > 1.120 +1 -1 src/sys/alpha/alpha/trap.c > 1.281 +2 -2 src/sys/amd64/amd64/trap.c > 1.269 +2 -2 src/sys/i386/i386/trap.c > 1.105 +1 -1 src/sys/ia64/ia64/trap.c > 1.197 +2 -2 src/sys/kern/kern_kse.c > 1.290 +1 -1 src/sys/kern/kern_sig.c > 1.272 +1 -1 src/sys/kern/subr_trap.c > 1.49 +1 -1 src/sys/powerpc/powerpc/trap.c > 1.72 +1 -1 src/sys/sparc64/sparc64/trap.c > 1.395 +1 -1 src/sys/sys/proc.h END