We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e96a2 commit 717e88aCopy full SHA for 717e88a
drivers/iommu/amd/iommu_v2.c
@@ -929,10 +929,8 @@ static int __init amd_iommu_v2_init(void)
929
{
930
int ret;
931
932
- pr_info("AMD IOMMUv2 driver by Joerg Roedel <[email protected]>\n");
933
-
934
if (!amd_iommu_v2_supported()) {
935
- pr_info("AMD IOMMUv2 functionality not available on this system\n");
+ pr_info("AMD IOMMUv2 functionality not available on this system - This is not a bug.\n");
936
/*
937
* Load anyway to provide the symbols to other modules
938
* which may use AMD IOMMUv2 optionally.
@@ -947,6 +945,8 @@ static int __init amd_iommu_v2_init(void)
947
945
948
946
amd_iommu_register_ppr_notifier(&ppr_nb);
949
+ pr_info("AMD IOMMUv2 loaded and initialized\n");
+
950
return 0;
951
952
out:
0 commit comments