Date: Mon, 9 Oct 2000 10:21:58 -0400 (EDT) From: Andrew Gallatin <gallatin@cs.duke.edu> To: John Baldwin <jhb@freebsd.org> Cc: alpha@freebsd.org, Matthew Jacob <mjacob@feral.com> Subject: RE: red face better... Message-ID: <14817.54315.270991.35552@grasshopper.cs.duke.edu> In-Reply-To: <200010090524.WAA03098@john.baldwin.cx> References: <14815.39431.983740.401656@grasshopper.cs.duke.edu> <200010090524.WAA03098@john.baldwin.cx>
next in thread | previous in thread | raw e-mail | index | archive | help
John Baldwin writes: > Hmm, so the softinterrupt handler is running, but it is > always running and returning w/o actually seeming to do > anything. :( 0x40 = bit 6 == SWI_CLOCK. Can you add in > another KTR tracepoint in the softinterrupt loop in to > show it calling each SWI handler? Also, are you getting > any clock interrupts at all, or is SWI_CLOCK not getting > cleared from spending somehow? (and/or is softclock > calling setsoftclock())? Excellent hint! Thank you! There was a typo in sys/alpha/alpha/ipl_funcs.c, so softclock was never running. I've just committed a fix. Now my AS500 and UP1000 boot. Woo-hoo! I still don't understand how things were working for you.. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14817.54315.270991.35552>