From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 1/3] ata: allow subsystem to be used on m68k arch Date: Sun, 8 Jan 2017 02:08:23 -0800 Message-ID: <20170108100823.GD25268@infradead.org> References: <1483106478-1382-1-git-send-email-b.zolnierkie@samsung.com> <1483106478-1382-2-git-send-email-b.zolnierkie@samsung.com> <20161230141249.GA4543@infradead.org> <3484511.F6TxDiWTi4@amdc3058> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <3484511.F6TxDiWTi4@amdc3058> Sender: linux-kernel-owner@vger.kernel.org To: Bartlomiej Zolnierkiewicz Cc: Christoph Hellwig , Tejun Heo , Geert Uytterhoeven , Michael Schmitz , linux-ide@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org List-Id: linux-ide@vger.kernel.org On Fri, Dec 30, 2016 at 06:14:36PM +0100, Bartlomiej Zolnierkiewicz wrote: > * m32r: I don't know why it was restricted but it builds fine nowadays > (I will fix it later in incremental patch) > > * s390: no PATA hardware, legacy IDE subsystem is also not supported s390 now has PCIe support, so PATA could be attached through a PCIe to PCI bridge in theory. And while that is very theoretical not having arch ifdefs is still something we should strive for, so I'd suggest removing the condition entirely.