disable aesni

causes boot failure on recent T410, see RHBZ#571577

no upstream fix yet by Xu.

svn path=/dists/sid/linux-2.6/; revision=15655
This commit is contained in:
Maximilian Attems 2010-05-10 18:22:24 +00:00
parent 0c1701cc8d
commit 49ede2ac48
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -17,6 +17,7 @@ linux-2.6 (2.6.32-13) UNRELEASED; urgency=low
I/O errors.
* hppa, sparc, powerpc disable BLK_DEV_CMD64X.
* topconfig enable PATA_CMD64X. (closes: #580799)
* x86: Disable CRYPTO_AES_NI_INTEL as it causes boot failures on T410.
[ Ben Hutchings ]
* linux-base: Fix typo in disk relabelling code

View File

@ -41,7 +41,7 @@ CONFIG_XEN_MAX_DOMAIN_MEMORY=32
## file: crypto/Kconfig
##
CONFIG_CRYPTO_AES_X86_64=m
CONFIG_CRYPTO_AES_NI_INTEL=m
# CONFIG_CRYPTO_AES_NI_INTEL is not set
CONFIG_CRYPTO_SALSA20_X86_64=m
CONFIG_CRYPTO_TWOFISH_X86_64=m