On Thursday 24 July 2003 2:59 am, Keith Owens wrote: > On Sun, 20 Jul 2003 19:51:06 +1000, > Keith Owens <kaos@sgi.com> wrote: > >This has been fixed once but must have slipped through the cracks. It > >only shows up when you turn on unwind debugging. > > And another one, again it only shows up with unwind debugging. > > --- linux/arch/ia64/kernel/unwind.c 2003-07-03 12:03:40.000000000 +1000 > +++ linux/arch/ia64/kernel/unwind.c 2003-07-24 16:45:34.000000000 +1000 > @@ -1955,7 +1955,7 @@ > " bsp 0x%lx\n" > " sof 0x%lx\n" > " ip 0x%lx\n", > - info->bsp, sof, info->ip); > + __FUNCTION__, info->bsp, sof, info->ip); > find_save_locs(info); > } > > @@ -1973,7 +1973,7 @@ > " bsp 0x%lx\n" > " sol 0x%lx\n" > " ip 0x%lx\n", > - info->bsp, sol, info->ip); > + __FUNCTION__, info->bsp, sol, info->ip); > find_save_locs(info); > } I applied this one, too. And I'll push the changes to bkbits and kernel.org in a minute. Bjorn - To unsubscribe from this list: send the line "unsubscribe linux-ia64" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Tue Jul 29 19:29:00 2003
This archive was generated by hypermail 2.1.8 : 2005-08-02 09:20:16 EST