From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935599AbdCWSTm (ORCPT ); Thu, 23 Mar 2017 14:19:42 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:34319 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933773AbdCWSTl (ORCPT ); Thu, 23 Mar 2017 14:19:41 -0400 Date: Thu, 23 Mar 2017 19:19:36 +0100 (CET) From: Thomas Gleixner To: Steven Rostedt cc: linux-kernel@vger.kernel.org, Ingo Molnar , Andrew Morton , Peter Zijlstra , Masami Hiramatsu , "H. Peter Anvin" , Andy Lutomirski , Josh Poimboeuf , Linus Torvalds Subject: Re: [PATCH 2/6 v5] ftrace/x86_32: Move the ftrace specific code out of entry_32.S In-Reply-To: <20170323143445.645218946@goodmis.org> Message-ID: References: <20170323143347.005824817@goodmis.org> <20170323143445.645218946@goodmis.org> 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 On Thu, 23 Mar 2017, Steven Rostedt wrote: > --- a/arch/x86/kernel/ftrace_64.S > +++ b/arch/x86/kernel/ftrace_64.S > @@ -1,5 +1,5 @@ > /* > - * linux/arch/x86_64/mcount_64.S > + * linux/arch/x86_64/ftrace_64.S Can we please get rid of that nonsense completely? > * > * Copyright (C) 2014 Steven Rostedt, Red Hat Inc > */ > -- > 2.10.2 > > >