Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nathanw_sa]: src/sys/arch/powerpc/powerpc Missed a LWP'ification in the ...



details:   https://anonhg.NetBSD.org/src/rev/05db06fa2e04
branches:  nathanw_sa
changeset: 506124:05db06fa2e04
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Tue Aug 06 19:33:11 2002 +0000

description:
Missed a LWP'ification in the non-AltiVec case.

diffstat:

 sys/arch/powerpc/powerpc/trap.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 20b2390f7cf3 -r 05db06fa2e04 sys/arch/powerpc/powerpc/trap.c
--- a/sys/arch/powerpc/powerpc/trap.c   Tue Aug 06 19:22:20 2002 +0000
+++ b/sys/arch/powerpc/powerpc/trap.c   Tue Aug 06 19:33:11 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.53.4.12 2002/08/01 04:04:33 nathanw Exp $   */
+/*     $NetBSD: trap.c,v 1.53.4.13 2002/08/06 19:33:11 nathanw Exp $   */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -286,7 +286,7 @@
                            "(SSR1=%#x)\n",
                            p->p_pid, p->p_comm, frame->srr0, frame->srr1);
                }
-               trapsignal(p, SIGILL, EXC_PGM);
+               trapsignal(l, SIGILL, EXC_PGM);
                KERNEL_PROC_UNLOCK(l);
                break;
 #endif



Home | Main Index | Thread Index | Old Index