File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3235,7 +3235,7 @@ static void iommu_snp_enable(void)
3235
3235
* configured with V1 page table (DTE[Mode] = 0 is not supported).
3236
3236
*/
3237
3237
if (no_iommu || iommu_default_passthrough ()) {
3238
- pr_err ("SNP: IOMMU disabled or configured in passthrough mode, SNP cannot be supported.\n" );
3238
+ pr_warn ("SNP: IOMMU disabled or configured in passthrough mode, SNP cannot be supported.\n" );
3239
3239
goto disable_snp ;
3240
3240
}
3241
3241
@@ -3246,7 +3246,7 @@ static void iommu_snp_enable(void)
3246
3246
3247
3247
amd_iommu_snp_en = check_feature (FEATURE_SNP );
3248
3248
if (!amd_iommu_snp_en ) {
3249
- pr_err ("SNP: IOMMU SNP feature not enabled, SNP cannot be supported.\n" );
3249
+ pr_warn ("SNP: IOMMU SNP feature not enabled, SNP cannot be supported.\n" );
3250
3250
goto disable_snp ;
3251
3251
}
3252
3252
You can’t perform that action at this time.
0 commit comments