diff options
Diffstat (limited to 'usr/src/uts/sun4u/io/iommu.c')
-rw-r--r-- | usr/src/uts/sun4u/io/iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/sun4u/io/iommu.c b/usr/src/uts/sun4u/io/iommu.c index 75937f0b0f..5b916ee116 100644 --- a/usr/src/uts/sun4u/io/iommu.c +++ b/usr/src/uts/sun4u/io/iommu.c @@ -898,7 +898,7 @@ iommu_dma_bindhdl(dev_info_t *dip, dev_info_t *rdip, /* We don't need the addr anymore if we have a shadow list */ if (pplist != NULL) - addr = NULL; + addr = (uintptr_t)NULL; pp = NULL; break; |