Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   rmind
Date:           Thu Oct 22 22:28:57 UTC 2009

Modified Files:
        src/sys/arch/ia64/ia64: vm_machdep.c
        src/sys/arch/ia64/include: cpu.h
        src/sys/kern: kern_exit.c kern_lwp.c
        src/sys/sys: proc.h

Log Message:
Avoid #ifndef __NO_CPU_LWP_FREE, only ia64 is missing cpu_lwp_free
routines and it can/should provide stubs.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/ia64/ia64/vm_machdep.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/ia64/include/cpu.h
cvs rdiff -u -r1.222 -r1.223 src/sys/kern/kern_exit.c
cvs rdiff -u -r1.134 -r1.135 src/sys/kern/kern_lwp.c
cvs rdiff -u -r1.291 -r1.292 src/sys/sys/proc.h

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