PERFORCE change 137570 for review

Marcel Moolenaar marcel at FreeBSD.org
Thu Mar 13 03:58:01 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=137570

Change 137570 by marcel at marcel_xcllnt on 2008/03/13 03:57:24

	Catch up with BookE support.

Affected files ...

.. //depot/projects/powerpc/sys/powerpc/aim/trap.c#5 edit

Differences ...

==== //depot/projects/powerpc/sys/powerpc/aim/trap.c#5 (text+ko) ====

@@ -174,9 +174,9 @@
 			break;
 
 		case EXC_DSI:
-			if (frame->dsisr & DSISR_DABR) {
+			if (frame->cpu.aim.dsisr & DSISR_DABR) {
 				td->td_pcb->pcb_wppc = frame->srr0;
-				frame->dar = td->td_pcb->pcb_dabr & ~7;
+				frame->cpu.aim.dar = td->td_pcb->pcb_dabr & ~7;
 				sig = SIGTRAP;
 				break;
 			}


More information about the p4-projects mailing list