[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <56A17172.4080302@gmail.com>
Date: Thu, 21 Jan 2016 19:01:54 -0500
From: William Breathitt Gray <vilhelm.gray@...il.com>
To: "H. Peter Anvin" <hpa@...or.com>, tglx@...utronix.de,
mingo@...hat.com
Cc: gregkh@...uxfoundation.org, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] base: isa: Remove X86_32 dependency
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
Powered by blists - more mailing lists