[IA64] SN: validate smp_affinity mask on intr redirect
authorJohn Keller <jpk@sgi.com>
Fri, 11 May 2007 05:42:44 +0000 (22:42 -0700)
committerTony Luck <tony.luck@intel.com>
Fri, 11 May 2007 16:35:38 +0000 (09:35 -0700)
commit25d61578daae697c4a0eb817f42a868af9824f82
treeec4ac10132f0b12a822dba6a53d05bab78ec3760
parent3e3d32770204ea24cf71919a90d9ccfc2bd407dd
[IA64] SN: validate smp_affinity mask on intr redirect

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.

[akpm@linux-foundation.org: fixes]
Signed-off-by: John Keller <jpk@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/irq.c
include/asm-ia64/irq.h
kernel/irq/proc.c