Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751610AbbGaMOE (ORCPT ); Fri, 31 Jul 2015 08:14:04 -0400 Received: from mail-oi0-f48.google.com ([209.85.218.48]:34519 "EHLO mail-oi0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751010AbbGaMOB convert rfc822-to-8bit (ORCPT ); Fri, 31 Jul 2015 08:14:01 -0400 MIME-Version: 1.0 In-Reply-To: <20150731094743.GA32154@gmail.com> References: <1438148483-11932-1-git-send-email-brgerst@gmail.com> <1438148483-11932-5-git-send-email-brgerst@gmail.com> <20150731091226.GA21116@gmail.com> <20150731091745.GB21116@gmail.com> <20150731094743.GA32154@gmail.com> Date: Fri, 31 Jul 2015 08:14:00 -0400 Message-ID: Subject: Re: [PATCH 4/8] x86/vm86: Use the normal pt_regs area for vm86 From: Brian Gerst To: Ingo Molnar Cc: "the arch/x86 maintainers" , Linux Kernel Mailing List , "H. Peter Anvin" , Denys Vlasenko , Andy Lutomirski , Linus Torvalds Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1155 Lines: 38 On Fri, Jul 31, 2015 at 5:47 AM, Ingo Molnar wrote: > > * Ingo Molnar wrote: > >> >> > I fixed this up. >> >> Another build fix was needed for: >> >> arch/x86/mm/fault.c: In function ‘check_v8086_mode’: >> arch/x86/mm/fault.c:319:39: error: ‘struct thread_struct’ has no member named ‘vm86’ >> >> that's on 32-bit defconfig. > > A third one occurs in: > > drivers/scsi/dpt_i2o.c:1933:7: error: ‘CPU_386’ undeclared (first use in this function) > drivers/scsi/dpt_i2o.c:1936:7: error: ‘CPU_486’ undeclared (first use in this function) > drivers/scsi/dpt_i2o.c:1939:7: error: ‘CPU_586’ undeclared (first use in this function) > > due to the include file changes. > > I fixed this up too. > > Thanks, > > Ingo I'll admit that I forgot to test the 64-bit build, but the SCSI driver... WTF is it doing with the cpu type? -- Brian Gerst -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/