Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933389AbdCaOve (ORCPT ); Fri, 31 Mar 2017 10:51:34 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:41898 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933206AbdCaOvc (ORCPT ); Fri, 31 Mar 2017 10:51:32 -0400 Date: Fri, 31 Mar 2017 16:51:25 +0200 (CEST) From: Thomas Gleixner To: Dmitry Safonov cc: linux-kernel@vger.kernel.org, 0x7f454c46@gmail.com, Adam Borowski , "H. Peter Anvin" , linux-mm@kvack.org, Andrei Vagin , Cyrill Gorcunov , Borislav Petkov , "Kirill A. Shutemov" , x86@kernel.org, Andy Lutomirski , Ingo Molnar Subject: Re: [PATCHv5] x86/mm: make in_compat_syscall() work during exec In-Reply-To: <20170331111137.28170-1-dsafonov@virtuozzo.com> Message-ID: References: <20170331111137.28170-1-dsafonov@virtuozzo.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 228 Lines: 8 On Fri, 31 Mar 2017, Dmitry Safonov wrote: > #include > +#include > +#ifdef CONFIG_X86_X32 > +#include > +#endif Bah. asm/unistd.h includes both 64bit and x32 headers.