diff options
author | Jacob Pan <jacob.jun.pan@linux.intel.com> | 2023-03-22 23:07:58 +0300 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2023-03-31 11:03:23 +0300 |
commit | cd3891158a77685aee6129f7374a018d13540b2c (patch) | |
tree | f2aa7d4ea3a426b77e4f21f56219728c0dbfd529 /kernel/fork.c | |
parent | 760f41d182ec94a651977e70045fd61b57973408 (diff) | |
download | linux-cd3891158a77685aee6129f7374a018d13540b2c.tar.xz |
iommu/sva: Move PASID helpers to sva code
Preparing to remove IOASID infrastructure, PASID management will be
under SVA code. Decouple mm code from IOASID.
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Link: https://lore.kernel.org/r/20230322200803.869130-3-jacob.jun.pan@linux.intel.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'kernel/fork.c')
-rw-r--r-- | kernel/fork.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fork.c b/kernel/fork.c index d8cda4c6de6c..9f14e4084fc0 100644 --- a/kernel/fork.c +++ b/kernel/fork.c @@ -97,6 +97,7 @@ #include <linux/io_uring.h> #include <linux/bpf.h> #include <linux/stackprotector.h> +#include <linux/iommu.h> #include <asm/pgalloc.h> #include <linux/uaccess.h> |