NTB: disable x86_32 support
authorJon Mason <jon.mason@intel.com>
Mon, 21 Jan 2013 22:28:51 +0000 (15:28 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Jan 2013 22:34:21 +0000 (14:34 -0800)
commit719234f9444552a8b3ac30a7c373db62e13c14f4
treea277e3dba46f5d211e85db8199d292517375d293
parentfc8d713ecd01acb312afed8c560130ea7284c6db
NTB: disable x86_32 support

Atomic readq and writeq do not exist by default on some 32bit
architectures, thus causing compile errors due to non-existent symbols.
Since NTB has not been tested 32bit, disable x86_32 support until such
time as this and any other issues can be properly discovered.

Signed-off-by: Jon Mason <jon.mason@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/ntb/Kconfig