Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753532AbeADWXp (ORCPT + 1 other); Thu, 4 Jan 2018 17:23:45 -0500 Received: from mga11.intel.com ([192.55.52.93]:23762 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751952AbeADWXo (ORCPT ); Thu, 4 Jan 2018 17:23:44 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,315,1511856000"; d="scan'208";a="24415210" Subject: Re: [PATCH 2/7] x86/enter: MACROS to set/clear IBRS To: Tim Chen , Peter Zijlstra References: <032e71e3826ed92523e9070fffa7108392848dc6.1515086770.git.tim.c.chen@linux.intel.com> <20180104221645.GC32035@hirez.programming.kicks-ass.net> <7fe03060-3904-dcf7-3cdf-a98ade5f5148@linux.intel.com> Cc: Thomas Gleixner , Andy Lutomirski , Linus Torvalds , Greg KH , Andrea Arcangeli , Andi Kleen , Arjan Van De Ven , linux-kernel@vger.kernel.org From: Dave Hansen Message-ID: Date: Thu, 4 Jan 2018 14:23:42 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <7fe03060-3904-dcf7-3cdf-a98ade5f5148@linux.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On 01/04/2018 02:21 PM, Tim Chen wrote: >> Does this really have to live outside of arch/x86/entry/ ? >> > There are some inline C routines later in this file > that will be needed by other functions. Want to consolidate > them in the same file. We could put all of the assembly into calling.h along with the PTI assembly. Seems as sane a place as anywhere else to put it.