From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751633AbcAVACA (ORCPT ); Thu, 21 Jan 2016 19:02:00 -0500 Received: from mail-yk0-f171.google.com ([209.85.160.171]:32923 "EHLO mail-yk0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750925AbcAVAB5 (ORCPT ); Thu, 21 Jan 2016 19:01:57 -0500 Subject: Re: [PATCH] base: isa: Remove X86_32 dependency To: "H. Peter Anvin" , tglx@linutronix.de, mingo@redhat.com References: <20160121155617.GA20054@sophia> <56A1341B.3010702@zytor.com> <56A16D28.3010205@gmail.com> <56A16DF8.5000900@zytor.com> Cc: gregkh@linuxfoundation.org, x86@kernel.org, linux-kernel@vger.kernel.org From: William Breathitt Gray X-Enigmail-Draft-Status: N1110 Message-ID: <56A17172.4080302@gmail.com> Date: Thu, 21 Jan 2016 19:01:54 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <56A16DF8.5000900@zytor.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/21/2016 06:47 PM, H. Peter Anvin wrote: > Well, and as you can see from the build robot because a lot of those > drivers simply don't compile on 64-bit systems. If nothing else you > would have to push the 32-bit tests downward in the config dependency tree. > > -hpa Yes, you're right. There doesn't appear to be anything 32-bit specific in the ISA bus driver itself, so these build failures must be due to configs relying on the 32-bit dependency from CONFIG_ISA. It should be possible to decouple the 32-bit dependency, so I'll work through the config dependency tree and fix the build errors with explicit CONFIG_X86_32 dependencies. I'll submit a new patch with those changes when complete. William Breathitt Gray