Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/sparc



Module Name:    src
Committed By:   mrg
Date:           Fri May 29 22:06:56 UTC 2009

Modified Files:
        src/sys/arch/sparc/include: cpu.h
        src/sys/arch/sparc/sparc: locore.s vm_machdep.c

Log Message:
fix up cpu_setfunc() as noted by uwe:

- don't call lwp_startup for cpu_setfunc() users
- introduce lwp_setfunc_trampoline instead
- no need to set the "new" lwp for setfunc


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/arch/sparc/include/cpu.h
cvs rdiff -u -r1.245 -r1.246 src/sys/arch/sparc/sparc/locore.s
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/sparc/sparc/vm_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index