diff options
Diffstat (limited to 'arch/s390/mm/fault.c')
| -rw-r--r-- | arch/s390/mm/fault.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/mm/fault.c b/arch/s390/mm/fault.c index 099c4824dd8a..b678295931c3 100644 --- a/arch/s390/mm/fault.c +++ b/arch/s390/mm/fault.c @@ -598,7 +598,7 @@ void do_secure_storage_access(struct pt_regs *regs)  	 * reliable without the misc UV feature so we need to check  	 * for that as well.  	 */ -	if (test_bit_inv(BIT_UV_FEAT_MISC, &uv_info.uv_feature_indications) && +	if (uv_has_feature(BIT_UV_FEAT_MISC) &&  	    !test_bit_inv(61, ®s->int_parm_long)) {  		/*  		 * When this happens, userspace did something that it  |