Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1303527 > unrolled thread

Re: [PATCH v2 3/6] iommu/amd: Introduce amd_iommu_get_num_iommus()

Started byJoerg Roedel <joro@8bytes.org>
First post2016-01-07 13:20 +0100
Last post2016-01-07 13:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v2 3/6] iommu/amd: Introduce amd_iommu_get_num_iommus() Joerg Roedel <joro@8bytes.org> - 2016-01-07 13:20 +0100

#1303527 — Re: [PATCH v2 3/6] iommu/amd: Introduce amd_iommu_get_num_iommus()

FromJoerg Roedel <joro@8bytes.org>
Date2016-01-07 13:20 +0100
SubjectRe: [PATCH v2 3/6] iommu/amd: Introduce amd_iommu_get_num_iommus()
Message-ID<qOhHQ-7YB-15@gated-at.bofh.it>
On Fri, Jan 01, 2016 at 12:13:37PM -0600, Suravee Suthikulpanit wrote:
> +int amd_iommu_get_num_iommus(void)
> +{
> +	return amd_iommus_present;
> +}
> +EXPORT_SYMBOL(amd_iommu_get_num_iommus);

Is this export needed? The perf code can't be build as a module.

Otherwise it looks good.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web