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:           Sat Feb 12 18:23:10 UTC 2011

Modified Files:
        src/sys/arch/powerpc/booke: booke_stubs.c
        src/sys/arch/powerpc/conf: files.powerpc kern.ldscript
        src/sys/arch/powerpc/include: instr.h
        src/sys/arch/powerpc/include/oea: pmap.h
        src/sys/arch/powerpc/oea: pmap.c pmap_kernel.c
        src/sys/arch/powerpc/powerpc: fixup.c pmap_subr.c

Log Message:
When an OEA kernel is configured for multiple MMU types, use the new
powerpc fixup mechanism to bind the kernel to a particular MMU.  This
avoids an indirect call for every pmap call.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/powerpc/booke/booke_stubs.c
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/powerpc/conf/files.powerpc
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/powerpc/conf/kern.ldscript
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/powerpc/include/instr.h
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/powerpc/include/oea/pmap.h
cvs rdiff -u -r1.75 -r1.76 src/sys/arch/powerpc/oea/pmap.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/powerpc/oea/pmap_kernel.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/powerpc/powerpc/fixup.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/powerpc/powerpc/pmap_subr.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