Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/m68k
Module Name: src
Committed By: martin
Date: Sat May 30 17:52:05 UTC 2009
Modified Files:
src/sys/arch/m68k/include: m68k.h
src/sys/arch/m68k/m68k: switch_subr.s vm_machdep.c
Log Message:
Do not use lwp_trampoline for cpu_setfunc, we do not want to call
lwp_startup() after a setfunc. Grow a simplified setfunc_trampoline
instead.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/m68k/include/m68k.h
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/m68k/m68k/switch_subr.s
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/m68k/m68k/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