Module Name: src Committed By: joerg Date: Wed Jul 30 23:56:01 UTC 2014
Modified Files: src/sys/arch/powerpc/booke: trap.c trap_subr.S Log Message: Replace mfpir with mfspr r, 286. The Power ISA and GAS disagree on the semantics of this instruction, so prefer the well defined replacement. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/powerpc/booke/trap.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/powerpc/booke/trap_subr.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.