Date: Thu, 21 Feb 2008 21:28:08 -0800 From: Garrett Cooper <yanegomi@gmail.com> To: Warner Losh <imp@freebsd.org> Cc: Perforce Change Reviews <perforce@freebsd.org> Subject: Re: PERFORCE change 135939 for review Message-ID: <B52BFC6F-9C36-4E29-B857-DF48F449DA5D@gmail.com> In-Reply-To: <200802220515.m1M5FFAZ048269@repoman.freebsd.org> References: <200802220515.m1M5FFAZ048269@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Feb 21, 2008, at 9:15 PM, Warner Losh wrote: > http://perforce.freebsd.org/chv.cgi?CH=135939 > > Change 135939 by imp@imp_lighthouse on 2008/02/22 05:14:54 > > Reconnect clock interrupt. Maybe this isn't quite right, but > we need to fix the root cause... > > Affected files ... > > .. //depot/projects/mips2-jnpr/src/sys/mips/mips/intr_machdep.c#5 edit > > Differences ... > > ==== //depot/projects/mips2-jnpr/src/sys/mips/mips/intr_machdep.c#5 > (text+ko) ==== > > @@ -154,8 +154,11 @@ > > if (!event || TAILQ_EMPTY(&event->ie_handlers)) > { > - printf("stray %s interrupt %d\n", > - hard ? "hard" : "soft", i); > + if (i == 5) > + clockintr(intr, tf); > + else > + printf("stray %s interrupt %d\n", > + hard ? "hard" : "soft", i); > continue; > } MIPS clock not ticking...? -Garrett
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B52BFC6F-9C36-4E29-B857-DF48F449DA5D>