Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1303527
| From | Joerg Roedel <joro@8bytes.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 3/6] iommu/amd: Introduce amd_iommu_get_num_iommus() |
| Date | 2016-01-07 13:20 +0100 |
| Message-ID | <qOhHQ-7YB-15@gated-at.bofh.it> (permalink) |
| References | <qMcCC-5Xq-13@gated-at.bofh.it> <qMcCC-5Xq-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v2 3/6] iommu/amd: Introduce amd_iommu_get_num_iommus() Joerg Roedel <joro@8bytes.org> - 2016-01-07 13:20 +0100
csiph-web