]> Pileus Git - ~andy/linux/commitdiff
iommu/amd: Remove obsolete comment
authorJoerg Roedel <joro@8bytes.org>
Sun, 2 Dec 2012 14:40:56 +0000 (15:40 +0100)
committerJoerg Roedel <joro@8bytes.org>
Sun, 2 Dec 2012 15:07:43 +0000 (16:07 +0100)
The AMD IOMMU driver only uses the page-sizes it gets from
IOMMU core and uses the appropriate page-size. So this
comment is not necessary.

Signed-off-by: Joerg Roedel <joro@8bytes.org>
drivers/iommu/amd_iommu.c

index 98d74ab564b64114fd63a3f3819d7b957ab4a2da..c1c74e030a58df6ea1020cec05c0f01acb14fb76 100644 (file)
  * physically contiguous memory regions it is mapping into page sizes
  * that we support.
  *
- * Traditionally the IOMMU core just handed us the mappings directly,
- * after making sure the size is an order of a 4KiB page and that the
- * mapping has natural alignment.
- *
- * To retain this behavior, we currently advertise that we support
- * all page sizes that are an order of 4KiB.
- *
- * If at some point we'd like to utilize the IOMMU core's new behavior,
- * we could change this to advertise the real page sizes we support.
- *
  * 512GB Pages are not supported due to a hardware bug
  */
 #define AMD_IOMMU_PGSIZES      ((~0xFFFUL) & ~(2ULL << 38))