Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751626AbbGaJru (ORCPT ); Fri, 31 Jul 2015 05:47:50 -0400 Received: from mail-wi0-f176.google.com ([209.85.212.176]:38850 "EHLO mail-wi0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750935AbbGaJrs (ORCPT ); Fri, 31 Jul 2015 05:47:48 -0400 Date: Fri, 31 Jul 2015 11:47:43 +0200 From: Ingo Molnar To: Brian Gerst Cc: x86@kernel.org, linux-kernel@vger.kernel.org, "H. Peter Anvin" , Denys Vlasenko , Andy Lutomirski , Linus Torvalds Subject: Re: [PATCH 4/8] x86/vm86: Use the normal pt_regs area for vm86 Message-ID: <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> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150731091745.GB21116@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 920 Lines: 31 * 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 -- 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/