We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e86a9 commit 5fbf973Copy full SHA for 5fbf973
drivers/iommu/intel/iommu.c
@@ -2177,17 +2177,6 @@ static bool device_rmrr_is_relaxable(struct device *dev)
2177
return false;
2178
}
2179
2180
-/*
2181
- * Return the required default domain type for a specific device.
2182
- *
2183
- * @dev: the device in query
2184
- * @startup: true if this is during early boot
2185
2186
- * Returns:
2187
- * - IOMMU_DOMAIN_DMA: device requires a dynamic mapping domain
2188
- * - IOMMU_DOMAIN_IDENTITY: device requires an identical mapping domain
2189
- * - 0: both identity and dynamic domains work for this device
2190
- */
2191
static int device_def_domain_type(struct device *dev)
2192
{
2193
if (dev_is_pci(dev)) {
0 commit comments