cvs commit: src/sys/alpha/alpha vm_machdep.c src/sys/ia64/ia64
vm_machdep.c src/sys/powerpc/powerpc vm_machdep.c
John Baldwin
jhb at FreeBSD.org
Fri Jan 14 12:13:05 PST 2005
jhb 2005-01-14 20:13:04 UTC
FreeBSD src repository
Modified files:
sys/alpha/alpha vm_machdep.c
sys/ia64/ia64 vm_machdep.c
sys/powerpc/powerpc vm_machdep.c
Log:
- Remove some OBE comments regarding cpu_exit(). cpu_exit() is no longer
the last action of kern_exit(). Instead, it is a MD callout to cleanup
per-process state during exit.
- Add notes of concern to Alpha and ia64 about the possible need to drop
fp state in cpu_thread_exit() rather than in cpu_exit() since it is
per-thread state rather than per-process.
Revision Changes Path
1.107 +5 -7 src/sys/alpha/alpha/vm_machdep.c
1.87 +1 -0 src/sys/ia64/ia64/vm_machdep.c
1.107 +0 -7 src/sys/powerpc/powerpc/vm_machdep.c
More information about the cvs-src
mailing list