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(). Jan
