Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422750AbbFEOCK (ORCPT ); Fri, 5 Jun 2015 10:02:10 -0400 Received: from mail-ob0-f179.google.com ([209.85.214.179]:34313 "EHLO mail-ob0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422727AbbFEOCE (ORCPT ); Fri, 5 Jun 2015 10:02:04 -0400 MIME-Version: 1.0 In-Reply-To: <1433509230-22238-2-git-send-email-mingo@kernel.org> References: <1433509230-22238-1-git-send-email-mingo@kernel.org> <1433509230-22238-2-git-send-email-mingo@kernel.org> Date: Fri, 5 Jun 2015 10:02:04 -0400 Message-ID: Subject: Re: [PATCH] x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat_32.S From: Brian Gerst To: Ingo Molnar Cc: Linux Kernel Mailing List , Andy Lutomirski , Denys Vlasenko , Peter Zijlstra , Borislav Petkov , "H. Peter Anvin" , Linus Torvalds , Oleg Nesterov , Thomas Gleixner Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 843 Lines: 20 On Fri, Jun 5, 2015 at 9:00 AM, Ingo Molnar wrote: > So we now have the following system entry code related > files, which define the following system call instruction > and other entry paths: > > entry_32.S # 32-bit binaries on 32-bit kernels > entry_64.S # 64-bit binaries on 64-bit kernels > entry_64_compat_32.S # 32-bit binaries on 64-bit kernels That's too long. How about just merging it into entry_64.S? That could also allow moving some of the obscure macros from calling.h into entry_64.S where they are more visible. -- 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/