Date: Thu, 4 Apr 2013 22:01:22 -0700 From: Justin Hibbits <jrh29@alumni.cwru.edu> To: svn-src-head@freebsd.org, src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r249129 - head/sys/powerpc/aim Message-ID: <CAHSQbTCxY7KofY%2BkMqMoayAwGY04qxpUjDePw3vq23ZGB3UVWg@mail.gmail.com> In-Reply-To: <201304050453.r354riNK040459@svn.freebsd.org> References: <201304050453.r354riNK040459@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Interesting, I never touched the Sponsored by: line. On Apr 4, 2013 9:53 PM, "Justin Hibbits" <jhibbits@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: >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHSQbTCxY7KofY%2BkMqMoayAwGY04qxpUjDePw3vq23ZGB3UVWg>