[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 2/8] x86/iommu: amd_iommu_perdev_intremap is AMD-Vi specific




On 1/11/23 17:03, Jan Beulich wrote:
On 04.01.2023 09:44, Xenia Ragiadakou wrote:
@@ -116,7 +115,11 @@ static int __init cf_check parse_iommu_param(const char *s)
                  iommu_verbose = 1;
          }
          else if ( (val = parse_boolean("amd-iommu-perdev-intremap", s, ss)) 
>= 0 )
+#ifdef CONFIG_AMD_IOMMU
              amd_iommu_perdev_intremap = val;
+#else
+            no_config_param("AMD_IOMMU", "amd-iommu-perdev-intremap", s, ss);

The string literal wants to be "iommu", I think. Please see other uses of
no_config_param().

Thanks for reviewing this. You are right. I will fix it.

--
Xenia



 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.