===== arch/ppc/kernel/ppc-stub.c 1.24 vs edited ===== --- 1.24/arch/ppc/kernel/ppc-stub.c Thu Mar 27 02:26:50 2003 +++ edited/arch/ppc/kernel/ppc-stub.c Fri Apr 4 11:00:21 2003 @@ -609,7 +609,7 @@ *ptr++ = hexchars[PC_REGNUM >> 4]; *ptr++ = hexchars[PC_REGNUM & 0xf]; *ptr++ = ':'; - ptr = mem2hex((char *)regs->nip, ptr, 4); + ptr = mem2hex((char *)®s->nip, ptr, 4); *ptr++ = ';'; *ptr++ = hexchars[SP_REGNUM >> 4]; *ptr++ = hexchars[SP_REGNUM & 0xf];