Skip to content

Commit 1b0b5f5

Browse files
geertujoergroedel
authored andcommitted
iommu: Spelling s/cpmxchg64/cmpxchg64/
Fix misspellings of "cmpxchg64" Fixes: d286a58 ("iommu: Tidy up io-pgtable dependencies") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Robin Murphy <robin.murphy@arm.com> Link: https://lore.kernel.org/r/eab156858147249d44463662eb9192202c39ab9f.1678295792.git.geert+renesas@glider.be Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent aa97783 commit 1b0b5f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/iommu/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ config IOMMU_IO_PGTABLE_LPAE
3333
bool "ARMv7/v8 Long Descriptor Format"
3434
select IOMMU_IO_PGTABLE
3535
depends on ARM || ARM64 || COMPILE_TEST
36-
depends on !GENERIC_ATOMIC64 # for cpmxchg64()
36+
depends on !GENERIC_ATOMIC64 # for cmpxchg64()
3737
help
3838
Enable support for the ARM long descriptor pagetable format.
3939
This allocator supports 4K/2M/1G, 16K/32M and 64K/512M page
@@ -72,7 +72,7 @@ config IOMMU_IO_PGTABLE_DART
7272
bool "Apple DART Formats"
7373
select IOMMU_IO_PGTABLE
7474
depends on ARM64 || COMPILE_TEST
75-
depends on !GENERIC_ATOMIC64 # for cpmxchg64()
75+
depends on !GENERIC_ATOMIC64 # for cmpxchg64()
7676
help
7777
Enable support for the Apple DART pagetable formats. These include
7878
the t8020 and t6000/t8110 DART formats used in Apple M1/M2 family

0 commit comments

Comments
 (0)