svn commit: r249129 - head/sys/powerpc/aim

Justin Hibbits jrh29 at alumni.cwru.edu
Fri Apr 5 05:01:24 UTC 2013


Interesting, I never touched the Sponsored by: line.
On Apr 4, 2013 9:53 PM, "Justin Hibbits" <jhibbits at freebsd.org> wrote:

> Author: jhibbits
> Date: Fri Apr  5 04:53:43 2013
> New Revision: 249129
> URL: http://svnweb.freebsd.org/changeset/base/249129
>
> Log:
>   Print out DSISR in a fatal DSI trap.
>
>   Sponsored by:
>
> Modified:
>   head/sys/powerpc/aim/trap.c
>
> Modified: head/sys/powerpc/aim/trap.c
>
> ==============================================================================
> --- head/sys/powerpc/aim/trap.c Fri Apr  5 04:08:03 2013        (r249128)
> +++ head/sys/powerpc/aim/trap.c Fri Apr  5 04:53:43 2013        (r249129)
> @@ -385,6 +385,8 @@ printtrap(u_int vector, struct trapframe
>         case EXC_DSI:
>                 printf("   virtual address = 0x%" PRIxPTR "\n",
>                     frame->cpu.aim.dar);
> +               printf("   dsisr           = 0x%" PRIxPTR "\n",
> +                   frame->cpu.aim.dsisr);
>                 break;
>         case EXC_ISE:
>         case EXC_ISI:
>


More information about the svn-src-all mailing list