On Tue, Apr 19, 2011 at 09:29:17PM +0200, j...@linux.vnet.ibm.com 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 <herb...@gondor.apana.org.au>
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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to