From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Date: Tue, 29 Jul 2003 23:21:19 +0000 Subject: Re: [patch] 2.4.21-ia64-030702 arch/ia64/kernel/unwind.c Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On Sunday 20 July 2003 3:51 am, Keith Owens wrote: > This has been fixed once but must have slipped through the cracks. It > only shows up when you turn on unwind debugging. > > > --- 2.4.21/arch/ia64/kernel/unwind.c 2003-07-20 19:48:22.000000000 +1000 > +++ 2.4.21/arch/ia64/kernel/unwind.c 2003-07-20 19:48:13.000000000 +1000 > @@ -1934,7 +1934,7 @@ > " pr 0x%lx\n" > " sw 0x%lx\n" > " sp 0x%lx\n", > - __FUNCTION__, (unsigned long) task, rbslimit, rbstop, stktop, stklimit, > + __FUNCTION__, (unsigned long) t, rbslimit, rbstop, stktop, stklimit, > info->pr, (unsigned long) info->sw, info->sp); > STAT(unw.stat.api.init_time += ia64_get_itc() - start; local_irq_restore(flags)); > } Applied for 2.4. Sorry I missed this. Bjorn