|
@@ -13,7 +13,6 @@
|
|
#include <asm/calgary.h>
|
|
#include <asm/calgary.h>
|
|
|
|
|
|
int iommu_merge __read_mostly = 0;
|
|
int iommu_merge __read_mostly = 0;
|
|
-EXPORT_SYMBOL(iommu_merge);
|
|
|
|
|
|
|
|
dma_addr_t bad_dma_address __read_mostly;
|
|
dma_addr_t bad_dma_address __read_mostly;
|
|
EXPORT_SYMBOL(bad_dma_address);
|
|
EXPORT_SYMBOL(bad_dma_address);
|
|
@@ -230,7 +229,7 @@ EXPORT_SYMBOL(dma_set_mask);
|
|
* See <Documentation/x86_64/boot-options.txt> for the iommu kernel parameter
|
|
* See <Documentation/x86_64/boot-options.txt> for the iommu kernel parameter
|
|
* documentation.
|
|
* documentation.
|
|
*/
|
|
*/
|
|
-__init int iommu_setup(char *p)
|
|
|
|
|
|
+static __init int iommu_setup(char *p)
|
|
{
|
|
{
|
|
iommu_merge = 1;
|
|
iommu_merge = 1;
|
|
|
|
|