Source-Changes archive

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

CVS commit: syssrc/sys/arch/sparc



Module Name:    syssrc
Committed By:   thorpej
Date:           Wed Jul 17 04:55:58 UTC 2002

Modified Files:
        syssrc/sys/arch/sparc/dev: zs_kgdb.c
        syssrc/sys/arch/sparc/include: param.h
        syssrc/sys/arch/sparc/sparc: autoconf.c iommu.c machdep.c pmap.c
            timer.c

Log Message:
Remote CPU_ISSUN4OR4C and CPU_ISSUN4COR4M, and instead express them
as (CPU_ISSUN4 || CPU_ISSUN4C) and (CPU_ISSUN4C || CPU_ISSUN4M),
respectively.  The compiler can still optimize as desired by expressing
them this way, and it simplifies adding new tests.

While here, just remove CPU_ISSUN4MOR4U; it's not used by anything.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/sparc/dev/zs_kgdb.c
cvs rdiff -r1.52 -r1.53 syssrc/sys/arch/sparc/include/param.h
cvs rdiff -r1.169 -r1.170 syssrc/sys/arch/sparc/sparc/autoconf.c
cvs rdiff -r1.64 -r1.65 syssrc/sys/arch/sparc/sparc/iommu.c
cvs rdiff -r1.195 -r1.196 syssrc/sys/arch/sparc/sparc/machdep.c
cvs rdiff -r1.208 -r1.209 syssrc/sys/arch/sparc/sparc/pmap.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/sparc/sparc/timer.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