Module Name: src Committed By: matt Date: Tue Mar 31 01:10:02 UTC 2015
Modified Files: src/sys/sys: lwp.h Log Message: Provide struct cpu_info *lwp_getcpu(struct lwp *) inline for <machine/cpu.h> <machine/cpu.h> is include by <sys/lwp.h> before struct lwp is defined so it can't access members inside it. This provides an accessor which is defined after struct lwp is defined. To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170 src/sys/sys/lwp.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.