Re: [PATCH] - SN: validate smp_affinity mask on intr redirect

2007-05-03 Thread John Keller
I'll rework as per your suggestions. Thanks, John > > On Thu, 03 May 2007 07:56:02 -0500 > John Keller <[EMAIL PROTECTED]> wrote: > > > On SN, only allow one bit to be set in the smp_affinty mask > > when redirecting an interrupt. Currently setting multiple > > bits is allowed, but only the

Re: [PATCH] - SN: validate smp_affinity mask on intr redirect

2007-05-03 Thread Andrew Morton
On Thu, 03 May 2007 07:56:02 -0500 John Keller <[EMAIL PROTECTED]> wrote: > On SN, only allow one bit to be set in the smp_affinty mask > when redirecting an interrupt. Currently setting multiple > bits is allowed, but only the first bit is used in > determining the CPU to redirect to. This has

[PATCH] - SN: validate smp_affinity mask on intr redirect

2007-05-03 Thread John Keller
On SN, only allow one bit to be set in the smp_affinty mask when redirecting an interrupt. Currently setting multiple bits is allowed, but only the first bit is used in determining the CPU to redirect to. This has caused confusion among some customers. Signed-off-by: John Keller <[EMAIL

[PATCH] - SN: validate smp_affinity mask on intr redirect

2007-05-03 Thread John Keller
On SN, only allow one bit to be set in the smp_affinty mask when redirecting an interrupt. Currently setting multiple bits is allowed, but only the first bit is used in determining the CPU to redirect to. This has caused confusion among some customers. Signed-off-by: John Keller [EMAIL PROTECTED]

Re: [PATCH] - SN: validate smp_affinity mask on intr redirect

2007-05-03 Thread Andrew Morton
On Thu, 03 May 2007 07:56:02 -0500 John Keller [EMAIL PROTECTED] wrote: On SN, only allow one bit to be set in the smp_affinty mask when redirecting an interrupt. Currently setting multiple bits is allowed, but only the first bit is used in determining the CPU to redirect to. This has caused

Re: [PATCH] - SN: validate smp_affinity mask on intr redirect

2007-05-03 Thread John Keller
I'll rework as per your suggestions. Thanks, John On Thu, 03 May 2007 07:56:02 -0500 John Keller [EMAIL PROTECTED] wrote: On SN, only allow one bit to be set in the smp_affinty mask when redirecting an interrupt. Currently setting multiple bits is allowed, but only the first bit is