Ben Smithurst writes: > After poking around a bit with remote GDB, this seems to be caused by a > stray IRQ 7, since irq == 7, ir == ithds[irq] == NULL, ir->foo == BOOM. > > The attached rather crude patch has "fixed" the problem for now, but > does anyone have any suggestions for a real fix? Isn't a stray IRQ a hardware glitch? If so, I'd say that logging it and then ignoring it would be the right thing. <mike To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- page fault in sched_ithd Ben Smithurst
- Re: page fault in sched_ithd Ben Smithurst
- Re: page fault in sched_ithd Mike Meyer
- Re: page fault in sched_ithd Bosko Milekic
- Re: page fault in sched_ithd Ben Smithurst
- Re: page fault in sched_ithd Greg Lehey
- Re: page fault in sched_ithd Ben Smithurst
- Re: page fault in sched_ithd Ben Smithurst
- Re: page fault in sched_ithd Bruce Evans
- Re: page fault in sched_ithd Greg Lehey
- Re: page fault in sched_ithd Bruce Evans
- Re: page fault in sched_ithd Greg Lehey
- Re: page fault in sched_ithd Bruce Evans