On Tue, Apr 19, 2011 at 09:29:17PM +0200, jang@xxxxxxxxxxxxxxxxxx wrote: > > @@ -664,11 +784,6 @@ static int __init aes_s390_init(void) > if (ret) > goto cbc_aes_err; > > - /* skip XTS if MSA-4 is not available */ > - if ((stfle(facility_bits, 2) <= 0) || > - !(facility_bits[1] & (1ULL << (63 - (77 - 64))))) > - goto out; Any reason why this hunk is here? Cheers, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html