[PATCH] sparc: remove obsolete config ARCH_ATU

Lukas Bulwahn posted 1 patch 2 years, 10 months ago
There is a newer version of this series
arch/sparc/Kconfig | 4 ----
1 file changed, 4 deletions(-)
[PATCH] sparc: remove obsolete config ARCH_ATU
Posted by Lukas Bulwahn 2 years, 10 months ago
Before consolidation of commit 4965a68780c5 ("arch: define the
ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig"), the config ARCH_ATU
was used to control the state of the config ARCH_DMA_ADDR_T_64BIT. After
this consolidation, the config ARCH_ATU has been without use and effect.

Remove this obsolete config.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 arch/sparc/Kconfig | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index 84437a4c6545..7749392c9c7f 100644
--- a/arch/sparc/Kconfig
+++ b/arch/sparc/Kconfig
@@ -109,10 +109,6 @@ config ARCH_PROC_KCORE_TEXT
 config CPU_BIG_ENDIAN
 	def_bool y
 
-config ARCH_ATU
-	bool
-	default y if SPARC64
-
 config STACKTRACE_SUPPORT
 	bool
 	default y if SPARC64
-- 
2.17.1
Re: [PATCH] sparc: remove obsolete config ARCH_ATU
Posted by Christoph Hellwig 2 years, 10 months ago
Looks good:

Reviewed-by: Christoph Hellwig <hch@lst.de>