Prev: pci: pciehp update the slot bridge res to get big range for pcie devices
Next: [PATCH -v6 00/13] ftrace for MIPS
From: Huang Ying on 26 Oct 2009 04:40 CLMUL-NI accelerated GHASH should be turned off on non-x86_64 machine. Reported-by: Dave Young <hidave.darkstar(a)gmail.com> Signed-off-by: Huang Ying <ying.huang(a)intel.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(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |