Source-Changes-D archive

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

Re: CVS commit: src/sys



On Apr 12, 2010, at 3:15 PM, Antti Kantee wrote:

> Module Name:  src
> Committed By: pooka
> Date:         Mon Apr 12 22:15:32 UTC 2010
> 
> Modified Files:
>       src/sys/conf: files
>       src/sys/kern: kern_lwp.c
>       src/sys/sys: lwp.h
> Added Files:
>       src/sys/kern: subr_lwp_specificdata.c
> 
> Log Message:
> Separate lwp specificdata data structure management from lwp cpu/vm
> management.
> 
> No functional change.
> 
> (specificdata routines went from kern_lwp.c to subr_lwp_specificdata.c)

I find this sort of re-factoring somewhat irritating.  Can't you just #ifndef 
_RUMP_BUILD or some such so that we don't have to constantly split related 
functions into separate files?

> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.985 -r1.986 src/sys/conf/files
> cvs rdiff -u -r1.143 -r1.144 src/sys/kern/kern_lwp.c
> cvs rdiff -u -r0 -r1.1 src/sys/kern/subr_lwp_specificdata.c
> cvs rdiff -u -r1.129 -r1.130 src/sys/sys/lwp.h
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

-- thorpej



Home | Main Index | Thread Index | Old Index