Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   ryo
Date:           Sun Jan 10 09:04:32 UTC 2016

Modified Files:
        src/common/lib/libc/gmon: mcount.c
        src/sys/arch/amd64/include: profile.h
        src/sys/arch/i386/include: profile.h

Log Message:
__mcount_lock is moved to MI from MD.
because it is needed for all MULTIPROCESSOR arch, but it is exists only in i386 and amd64.

ok christos@, on tech-kern@


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/common/lib/libc/gmon/mcount.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/amd64/include/profile.h
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/i386/include/profile.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