Module Name: src Committed By: rin Date: Thu Mar 5 11:44:54 UTC 2020
Modified Files: src/sys/arch/powerpc/ibm4xx: pmap.c Log Message: Fix pmap_procwr(). While we need to turn off IMMU, DMMU should be kept on. Otherwise, dcbst (and also icbi probably, though not documented clearly both for 405 and 403) should not work correctly. To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/arch/powerpc/ibm4xx/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.