From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 3 May 2019 16:26:17 +0200 From: Heiko Carstens Subject: Re: [PATCH v2 3/4] s390: drop CONFIG_VIRT_TO_BUS References: <20190415083605.2560074-1-arnd@arndb.de> <20190415083605.2560074-3-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190415083605.2560074-3-arnd@arndb.de> Message-Id: <20190503142617.GE5602@osiris> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Arnd Bergmann Cc: Martin Schwidefsky , clang-built-linux@googlegroups.com, Nick Desaulniers , Nathan Chancellor , linux-s390@vger.kernel.org, Masahiro Yamada , Vasily Gorbik , Philipp Rudo , Tony Krowiak , Ursula Braun , linux-kernel@vger.kernel.org List-ID: On Mon, Apr 15, 2019 at 10:35:53AM +0200, Arnd Bergmann wrote: > VIRT_TO_BUS is only used for legacy device PCI and ISA drivers using > virt_to_bus() instead of the streaming DMA mapping API, and the > remaining drivers generally don't work on 64-bit architectures. > > Two of these drivers also cause a build warning on s390, so instead > of trying to fix that, let's just disable the option as we do on > most architectures now. > > Signed-off-by: Arnd Bergmann > --- > arch/s390/Kconfig | 1 - > 1 file changed, 1 deletion(-) Applied, thanks.