From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Breathitt Gray Subject: Re: [PATCH 1/4] pnp: pnpbios: Add explicit X86_32 dependency to PNPBIOS Date: Sat, 23 Apr 2016 10:53:40 -0400 Message-ID: <20160423145340.GA22767@sophia> References: <571AB8F6.50802@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <571AB8F6.50802@intel.com> Sender: linux-kernel-owner@vger.kernel.org To: gregkh@linuxfoundation.org Cc: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, rafael.j.wysocki@intel.com, x86@kernel.org, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On Sat, Apr 23, 2016 at 01:51:19AM +0200, Rafael J. Wysocki wrote: >On 4/11/2016 3:25 PM, William Breathitt Gray wrote: >> The PNPBIOS driver requires preprocessor defines (located in >> include/asm/segment.h) only declared if the architecture is set to >> X86_32. If the architecture is set to X86_64, the PNPBIOS driver will >> not build properly. The X86 dependecy for the PNPBIOS configuration >> option is changed to an explicit X86_32 dependency in order to prevent >> an attempt to build for an unsupported architecture. >> >> Cc: Rafael J. Wysocki >> Signed-off-by: William Breathitt Gray > >Has anyone taken care of this already? > >If not, can you possibly resend this patch with a CC to >linux-acpi@vger.kernel.org so I can pick it up via Patchwork more easily? Greg K-H, Will this patch appear in the driver-core repository along with the other patches in this set? Thanks, William Breathitt Gray