diff options
| author | Tina Zhang <[email protected]> | 2023-10-27 08:05:25 +0800 |
|---|---|---|
| committer | Joerg Roedel <[email protected]> | 2023-12-12 10:11:32 +0100 |
| commit | 1fa05c932dc71c474da38e4fd0456131128f8486 (patch) | |
| tree | 02170f8f2cd7a601417a17b83f1f7cb0ec6322fd /include/linux | |
| parent | 092edaddb660376648acb97678570ed5d8299768 (diff) | |
mm: Deprecate pasid field
Drop the pasid field, as all the information needed for sva domain
management has been moved to the newly added iommu_mm field.
Reviewed-by: Lu Baolu <[email protected]>
Reviewed-by: Vasant Hegde <[email protected]>
Reviewed-by: Jason Gunthorpe <[email protected]>
Signed-off-by: Tina Zhang <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mm_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h index 0b4314fab478..ec71c91e210b 100644 --- a/include/linux/mm_types.h +++ b/include/linux/mm_types.h @@ -940,7 +940,6 @@ struct mm_struct { struct work_struct async_put_work; #ifdef CONFIG_IOMMU_MM_DATA - u32 pasid; struct iommu_mm_data *iommu_mm; #endif #ifdef CONFIG_KSM |