Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1314822

Re: [PATCH] base: isa: Remove X86_32 dependency

From Thomas Gleixner <tglx@linutronix.de>
Newsgroups linux.kernel
Subject Re: [PATCH] base: isa: Remove X86_32 dependency
Date 2016-01-22 09:10 +0100
Message-ID <qTEX9-1ic-21@gated-at.bofh.it> (permalink)
References <qTpOq-7iT-3@gated-at.bofh.it> <qTtp0-1qg-5@gated-at.bofh.it> <qTx9g-3Wh-9@gated-at.bofh.it> <qTx9g-3Wh-15@gated-at.bofh.it> <qTxsD-4iV-29@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, 21 Jan 2016, William Breathitt Gray wrote:
> 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.
> 
> 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.

Make drivers/bus/isa.c depend on CONFIG_ISA_BUS and select that from
CONFIG_ISA.

That gives you the bus driver alone w/o touching any of the things which
depend on x32.

Thanks,

	tglx

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] base: isa: Remove X86_32 dependency William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-01-21 17:00 +0100
  Re: [PATCH] base: isa: Remove X86_32 dependency "H. Peter Anvin" <hpa@zytor.com> - 2016-01-21 20:50 +0100
    Re: [PATCH] base: isa: Remove X86_32 dependency William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-01-22 00:50 +0100
      Re: [PATCH] base: isa: Remove X86_32 dependency "H. Peter Anvin" <hpa@zytor.com> - 2016-01-22 00:50 +0100
        Re: [PATCH] base: isa: Remove X86_32 dependency William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-01-22 01:10 +0100
          Re: [PATCH] base: isa: Remove X86_32 dependency Thomas Gleixner <tglx@linutronix.de> - 2016-01-22 09:10 +0100

csiph-web