Source-Changes archive

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

CVS commit: src/sys/arch/powerpc



Module Name:    src
Committed By:   matt
Date:           Fri Apr 16 23:58:09 UTC 2004

Modified Files:
        src/sys/arch/powerpc/include: altivec.h fpu.h pcb.h
        src/sys/arch/powerpc/oea: altivec.c
        src/sys/arch/powerpc/powerpc: fpu.c process_machdep.c sig_machdep.c
            trap.c vm_machdep.c

Log Message:
Add a SAVE/DISCARD flag to save_{fpu,vec}_lwp.  Use it appropriately.
Nuke struct fpu and use struct fpreg instead (except for the names, they
were identical).  On MP machines, this will avoid an unneeded IPI to save
the register contents that are about to discarded.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/powerpc/include/altivec.h
cvs rdiff -r1.12 -r1.13 src/sys/arch/powerpc/include/fpu.h
cvs rdiff -r1.17 -r1.18 src/sys/arch/powerpc/include/pcb.h
cvs rdiff -r1.6 -r1.7 src/sys/arch/powerpc/oea/altivec.c
cvs rdiff -r1.15 -r1.16 src/sys/arch/powerpc/powerpc/fpu.c
cvs rdiff -r1.17 -r1.18 src/sys/arch/powerpc/powerpc/process_machdep.c
cvs rdiff -r1.22 -r1.23 src/sys/arch/powerpc/powerpc/sig_machdep.c
cvs rdiff -r1.101 -r1.102 src/sys/arch/powerpc/powerpc/trap.c
cvs rdiff -r1.59 -r1.60 src/sys/arch/powerpc/powerpc/vm_machdep.c

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