linux-yocto/drivers/iommu/riscv
Guo Ren 10c62c38b0 iommu/riscv: Fixup compile warning
When __BITS_PER_LONG == 32, size_t is defined as unsigned int rather
than unsigned long. Therefore, we should use size_t to avoid
type-checking errors.

Fixes: 488ffbf181 ("iommu/riscv: Paging domain support")
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Signed-off-by: Guo Ren <guoren@kernel.org>
Cc: Tomasz Jeznach <tjeznach@rivosinc.com>
Reviewed-by: Charlie Jenkins <charlie@rivosinc.com>
Reviewed-by: Tomasz Jeznach <tjeznach@rivosinc.com>
Link: https://lore.kernel.org/r/20250103024616.3359159-1-guoren@kernel.org
Signed-off-by: Joerg Roedel <jroedel@suse.de>
2025-01-17 08:58:06 +01:00
..
iommu-bits.h iommu/riscv: Command and fault queue support 2024-10-29 09:46:29 +01:00
iommu-pci.c iommu/riscv: Add shutdown function for iommu driver 2025-01-06 12:38:11 +01:00
iommu-platform.c iommu/riscv: Add shutdown function for iommu driver 2025-01-06 12:38:11 +01:00
iommu.c iommu/riscv: Fixup compile warning 2025-01-17 08:58:06 +01:00
iommu.h iommu/riscv: Add shutdown function for iommu driver 2025-01-06 12:38:11 +01:00
Kconfig
Makefile