Re: IOC_CPU_SETSTATE

2011-07-04 Thread Jukka Ruohonen
On Sun, Jul 03, 2011 at 10:49:59PM +0100, Alexander Nasonov wrote: BTW, intr/nointr is not documented in cpuctl(8). One possible reason for this is that per-CPU intr/nointr is not yet supported on e.g. x86, AFAIK. - Jukka.

Re: IOC_CPU_SETSTATE

2011-07-04 Thread Alexander Nasonov
04.07.2011, 11:16, Jukka Ruohonen jruoho...@iki.fi: On Sun, Jul 03, 2011 at 10:49:59PM +0100, Alexander Nasonov wrote:  BTW, intr/nointr is not documented in cpuctl(8). One possible reason for this is that per-CPU intr/nointr is not yet supported on e.g. x86, AFAIK. may be it's not

IOC_CPU_SETSTATE

2011-07-03 Thread Alexander Nasonov
Hi, This code error = cpu_setintr(ci, cs-cs_intr); error = cpu_setstate(ci, cs-cs_online); in cpuctl_ioctl doesn't look right. Is there any reason why new IOC constant had not been introduced when adding intr/nointr support? BTW, intr/nointr is not documented in