diff options
author | Christoph Hellwig <hch@lst.de> | 2018-11-09 09:51:00 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-12-06 07:04:56 -0800 |
commit | 7c703e54cc71df5baa962e24a5663d88173bba5c (patch) | |
tree | caf54e62471ee960c1143a58d246d2e63bd35616 /arch/powerpc | |
parent | b14b9d25a3c707c85e7e31e15766a71365b52ab7 (diff) | |
download | linux-stable-7c703e54cc71df5baa962e24a5663d88173bba5c.tar.gz linux-stable-7c703e54cc71df5baa962e24a5663d88173bba5c.tar.bz2 linux-stable-7c703e54cc71df5baa962e24a5663d88173bba5c.zip |
arch: switch the default on ARCH_HAS_SG_CHAIN
These days architectures are mostly out of the business of dealing with
struct scatterlist at all, unless they have architecture specific iommu
drivers. Replace the ARCH_HAS_SG_CHAIN symbol with a ARCH_NO_SG_CHAIN
one only enabled for architectures with horrible legacy iommu drivers
like alpha and parisc, and conditionally for arm which wants to keep it
disable for legacy platforms.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 8be31261aec8..4bc8edd83cee 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -138,7 +138,6 @@ config PPC select ARCH_HAS_PTE_SPECIAL select ARCH_HAS_MEMBARRIER_CALLBACKS select ARCH_HAS_SCALED_CPUTIME if VIRT_CPU_ACCOUNTING_NATIVE && PPC64 - select ARCH_HAS_SG_CHAIN select ARCH_HAS_STRICT_KERNEL_RWX if ((PPC_BOOK3S_64 || PPC32) && !RELOCATABLE && !HIBERNATION) select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST select ARCH_HAS_UACCESS_FLUSHCACHE if PPC64 |