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:   junyoung
Date:           Fri Aug 29 01:44:03 UTC 2003

Modified Files:
        src/sys/kern: exec_subr.c
        src/sys/sys: exec.h

Log Message:
Expand NEW_VMCMD() macro to a real function new_vmcmd() for the
non-debugging case as well, rather than expanding it inline. This saves
us about 4kB with GENERIC on i386.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/sys/kern/exec_subr.c
cvs rdiff -r1.100 -r1.101 src/sys/sys/exec.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