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:   maxv
Date:           Mon Jul 16 06:18:31 UTC 2018

Modified Files:
        src/sys/arch/x86/conf: files.x86
        src/sys/modules/tprof_amdpmi: Makefile
        src/sys/modules/tprof_pmi: Makefile
Added Files:
        src/sys/dev/tprof: tprof_x86_amd.c tprof_x86_intel.c
Removed Files:
        src/sys/arch/x86/x86: tprof_amdpmi.c tprof_pmi.c

Log Message:
Move
        arch/x86/x86/tprof_pmi.c
        arch/x86/x86/tprof_amdpmi.c
into
        dev/tprof/tprof_x86_intel.c
        dev/tprof/tprof_x86_amd.c


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/arch/x86/conf/files.x86
cvs rdiff -u -r1.9 -r0 src/sys/arch/x86/x86/tprof_amdpmi.c
cvs rdiff -u -r1.16 -r0 src/sys/arch/x86/x86/tprof_pmi.c
cvs rdiff -u -r0 -r1.1 src/sys/dev/tprof/tprof_x86_amd.c \
    src/sys/dev/tprof/tprof_x86_intel.c
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/tprof_amdpmi/Makefile
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/tprof_pmi/Makefile

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