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:   garbled
Date:           Tue Feb  5 18:52:57 UTC 2008

Modified Files:
        src/sys/arch/powerpc/include: cpu.h
        src/sys/arch/powerpc/marvell: bus_dma.c
        src/sys/arch/powerpc/oea: cpu_subr.c
        src/sys/arch/powerpc/powerpc: powerpc_machdep.c trap.c

Log Message:
Replace as much of the hardcoded CACHELINESIZE with
curcpu()->ci_ci.dcache_line_size as I can.  With this change, an ofppc kernel
compiled with both PPC_OEA and PPC_OEA64_BRIDGE defined, boots.


To generate a diff of this commit:
cvs rdiff -r1.61 -r1.62 src/sys/arch/powerpc/include/cpu.h
cvs rdiff -r1.14 -r1.15 src/sys/arch/powerpc/marvell/bus_dma.c
cvs rdiff -r1.42 -r1.43 src/sys/arch/powerpc/oea/cpu_subr.c
cvs rdiff -r1.37 -r1.38 src/sys/arch/powerpc/powerpc/powerpc_machdep.c
cvs rdiff -r1.124 -r1.125 src/sys/arch/powerpc/powerpc/trap.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