[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)
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>

No differences found