iommu/intel: Use GFP_KERNEL in sleepable contexts
authorJason Gunthorpe <jgg@nvidia.com>
Mon, 23 Jan 2023 20:36:01 +0000 (16:36 -0400)
committerJoerg Roedel <jroedel@suse.de>
Wed, 25 Jan 2023 10:52:06 +0000 (11:52 +0100)
commit4951eb262384c24602b61b97d0bedcb54c3e4c9f
tree85d468492a813713c013f9d82fbefe12253634c7
parent2d4d767659ff4d48464836a0a6de47e7540c6b13
iommu/intel: Use GFP_KERNEL in sleepable contexts

These contexts are sleepable, so use the proper annotation. The GFP_ATOMIC
was added mechanically in the prior patches.

Reviewed-by: Lu Baolu <baolu.lu@linux.intel.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/8-v3-76b587fe28df+6e3-iommu_map_gfp_jgg@nvidia.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/intel/iommu.c