Skip to content

Commit c61c255

Browse files
Jiapeng Chongjoergroedel
authored andcommitted
iommu/vt-d: Remove unused function
The function are defined in the pasid.c file, but not called elsewhere, so delete the unused function. drivers/iommu/intel/pasid.c:342:20: warning: unused function 'pasid_set_wpe'. Reported-by: Abaci Robot <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=6185 Signed-off-by: Jiapeng Chong <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lu Baolu <[email protected]> Signed-off-by: Joerg Roedel <[email protected]>
1 parent 6465e26 commit c61c255

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

drivers/iommu/intel/pasid.c

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -335,15 +335,6 @@ static inline void pasid_set_fault_enable(struct pasid_entry *pe)
335335
pasid_set_bits(&pe->val[0], 1 << 1, 0);
336336
}
337337

338-
/*
339-
* Setup the WPE(Write Protect Enable) field (Bit 132) of a
340-
* scalable mode PASID entry.
341-
*/
342-
static inline void pasid_set_wpe(struct pasid_entry *pe)
343-
{
344-
pasid_set_bits(&pe->val[2], 1 << 4, 1 << 4);
345-
}
346-
347338
/*
348339
* Setup the P(Present) field (Bit 0) of a scalable mode PASID
349340
* entry.

0 commit comments

Comments
 (0)