Source-Changes archive

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

CVS commit: src/sys/arch/mips



Module Name:    src
Committed By:   matt
Date:           Sun Jun  7 06:07:49 UTC 2015

Modified Files:
        src/sys/arch/mips/cavium/dev: octeon_dwctwo.c
        src/sys/arch/mips/include: cpu.h mips_param.h pmap.h regdef.h
        src/sys/arch/mips/mips: bds_emul.S copy.S fp.S genassym.cf
            lock_stubs_llsc.S lock_stubs_ras.S

Log Message:
assembly no longer include <machine/cpu.h>.  Instead MIPS_CURLWP is gotten
from regdef.h and everything else from assym.h.  <mips/mips_param.h> no
longer include <machine/cpu.h>


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/cavium/dev/octeon_dwctwo.c
cvs rdiff -u -r1.114 -r1.115 src/sys/arch/mips/include/cpu.h
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/mips/include/mips_param.h
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/mips/include/pmap.h
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/mips/include/regdef.h
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/mips/bds_emul.S
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/mips/mips/copy.S
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/mips/mips/fp.S
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/mips/mips/genassym.cf
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/mips/mips/lock_stubs_llsc.S
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/mips/lock_stubs_ras.S

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