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:           Tue Nov 27 19:24:47 UTC 2012

Modified Files:
        src/sys/arch/powerpc/booke: e500_mpsubr.S e500_tlb.c genassym.cf
        src/sys/arch/powerpc/include: cpu.h
        src/sys/arch/powerpc/include/booke: e500var.h

Log Message:
Make the 85xx get closer to spinning up the secondary CPUs.
Don't assume TLB1[0] has the mapping for VA/PA 0.
Make sure the TLB1 entries that map physical memory have the M (memory
coherent) bit set.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/powerpc/booke/e500_mpsubr.S
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/powerpc/booke/e500_tlb.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/powerpc/booke/genassym.cf
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/powerpc/include/cpu.h
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/powerpc/include/booke/e500var.h

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