Module Name: src Committed By: matt Date: Mon Jun 13 21:19:02 UTC 2011
Modified Files: src/sys/arch/powerpc/include: cpu.h types.h src/sys/arch/powerpc/powerpc: vm_machdep.c Log Message: Add __HAVE_CPU_UAREA_ROUTINES support so that uareas will be direct-mapped. (This avoids the nasty tlb recursion problem on ibm4xx as well on mpc85xx). To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/arch/powerpc/include/cpu.h cvs rdiff -u -r1.42 -r1.43 src/sys/arch/powerpc/include/types.h cvs rdiff -u -r1.85 -r1.86 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.