Re: Best way to determine if an IRQ is present

2010-11-25 Thread Attilio Rao
2010/11/25 Andriy Gapon : > on 25/11/2010 17:28 John Baldwin said the following: >> Andriy Gapon wrote: >>> on 22/11/2010 16:24 John Baldwin said the following: Well, the real solution is actually larger than described in the PR.  What you really want to do is take the logical CPUs

Re: Best way to determine if an IRQ is present

2010-11-25 Thread Andriy Gapon
on 25/11/2010 17:28 John Baldwin said the following: > Andriy Gapon wrote: >> on 22/11/2010 16:24 John Baldwin said the following: >>> Well, the real solution is actually larger than described in the PR. What >>> you >>> really want to do is take the logical CPUs offline when they are "halted".

Re: Best way to determine if an IRQ is present

2010-11-25 Thread John Baldwin
Andriy Gapon wrote: on 22/11/2010 16:24 John Baldwin said the following: Well, the real solution is actually larger than described in the PR. What you really want to do is take the logical CPUs offline when they are "halted". Taking a CPU offline should trigger an EVENTHANDLER that various bi

Re: Best way to determine if an IRQ is present

2010-11-23 Thread Andriy Gapon
on 22/11/2010 16:24 John Baldwin said the following: > Well, the real solution is actually larger than described in the PR. What > you > really want to do is take the logical CPUs offline when they are "halted". > Taking a CPU offline should trigger an EVENTHANDLER that various bits of code >

Re: Best way to determine if an IRQ is present

2010-11-22 Thread John Baldwin
On Saturday, November 20, 2010 4:58:02 pm Garrett Cooper wrote: > Trying to do a complete solution for kern/145385, Andriy has > raised concerns about IRQ mapping to CPUs; while I've have put > together more pieces of the puzzle, I'm a bit confused how I determine > whether or not an IRQ is ava

Best way to determine if an IRQ is present

2010-11-20 Thread Garrett Cooper
Trying to do a complete solution for kern/145385, Andriy has raised concerns about IRQ mapping to CPUs; while I've have put together more pieces of the puzzle, I'm a bit confused how I determine whether or not an IRQ is available for use. Sure, I could linear probe a series of IRQs, but tha