[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1256545932.30470.31.camel@yhuang-dev.sh.intel.com>
Date: Mon, 26 Oct 2009 16:32:12 +0800
From: Huang Ying <ying.huang@...el.com>
To: Herbert Xu <herbert@...dor.apana.org.au>,
Dave Young <hidave.darkstar@...il.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
Stephen Rothwell <sfr@...b.auug.org.au>
Subject: [BUGFIX] crypto, ghash_clmul_ni, Fix building failure on x86_32
CLMUL-NI accelerated GHASH should be turned off on non-x86_64 machine.
Reported-by: Dave Young <hidave.darkstar@...il.com>
Signed-off-by: Huang Ying <ying.huang@...el.com>
---
crypto/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -442,6 +442,7 @@ config CRYPTO_WP512
config CRYPTO_GHASH_CLMUL_NI_INTEL
tristate "GHASH digest algorithm (CLMUL-NI accelerated)"
+ depends on (X86 || UML_X86) && 64BIT
select CRYPTO_SHASH
select CRYPTO_CRYPTD
help
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists