mirror of
https://github.com/torvalds/linux.git
synced 2026-09-14 16:10:02 +02:00
iommu/amd: Remove unused IOMMU_IN/OUT_ADDR_BIT_SIZE macros
The macros IOMMU_IN/OUT_ADDR_BIT_SIZE became unused after commit
2fdf6db436 ("iommu/amd: Remove AMD io_pgtable support"), which removed
the last references in io_pgtable.c and io_pgtable_v2.c. Remove them to
clean up unused definitions.
Signed-off-by: Wei Wang <wei.w.wang@hotmail.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
This commit is contained in:
parent
5beda8cadb
commit
c6580699ff
|
|
@ -300,9 +300,6 @@
|
|||
|
||||
#define GA_GUEST_NR 0x1
|
||||
|
||||
#define IOMMU_IN_ADDR_BIT_SIZE 52
|
||||
#define IOMMU_OUT_ADDR_BIT_SIZE 52
|
||||
|
||||
/*
|
||||
* This bitmap is used to advertise the page sizes our hardware support
|
||||
* to the IOMMU core, which will then use this information to split
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user