mirror of https://github.com/torvalds/linux.git
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:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| iommu-bits.h | ||
| iommu-pci.c | ||
| iommu-platform.c | ||
| iommu.c | ||
| iommu.h | ||