From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vineet Gupta Subject: Re: [PATCH] arch: remove unused *_segments() macros/functions Date: Fri, 22 Sep 2017 09:16:24 -0700 Message-ID: <9d3545c5-367c-da94-bbbf-b260ef4bf2d8@synopsys.com> References: <20170922074242.20868-1-tklauser@distanz.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170922074242.20868-1-tklauser-93Khv+1bN0NyDzI6CaY1VQ@public.gmane.org> Content-Language: en-US Sender: linux-metag-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Tobias Klauser , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-xtensa-PjhNF2WwrV/0Sa2dR60CXw@public.gmane.org, linux-am33-list-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, linux-c6x-dev-jPsnJVOj+W6hPH1hqNUYSQ@public.gmane.org, user-mode-linux-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org, linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Andrew Morton , linux-snps-arc-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Linus Torvalds , linux-metag-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-arch.vger.kernel.org On 09/22/2017 12:42 AM, Tobias Klauser wrote: > Some architectures define the no-op macros/functions copy_segments, > release_segments and forget_segments. These are used nowhere in the > tree, so removed them. > > Signed-off-by: Tobias Klauser > --- > arch/arc/include/asm/processor.h | 3 --- Acked-by: Vineet Gupta [for arch/arc] Thx, -Vineet From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us01smtprelay-2.synopsys.com ([198.182.60.111]:41702 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751877AbdIVQQi (ORCPT ); Fri, 22 Sep 2017 12:16:38 -0400 Subject: Re: [PATCH] arch: remove unused *_segments() macros/functions References: <20170922074242.20868-1-tklauser@distanz.ch> From: Vineet Gupta Message-ID: <9d3545c5-367c-da94-bbbf-b260ef4bf2d8@synopsys.com> Date: Fri, 22 Sep 2017 09:16:24 -0700 MIME-Version: 1.0 In-Reply-To: <20170922074242.20868-1-tklauser@distanz.ch> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-arch-owner@vger.kernel.org List-ID: To: Tobias Klauser , linux-kernel@vger.kernel.org Cc: linux-arch@vger.kernel.org, linux-xtensa@linux-xtensa.org, linux-am33-list@redhat.com, linux-c6x-dev@linux-c6x.org, user-mode-linux-devel@lists.sourceforge.net, linux-sh@vger.kernel.org, Andrew Morton , linux-snps-arc@lists.infradead.org, Linus Torvalds , linux-metag@vger.kernel.org Message-ID: <20170922161624.GM39sljqjm7EUtIv0200CmlxXiEsm7ZXZNdL9N2AQe8@z> On 09/22/2017 12:42 AM, Tobias Klauser wrote: > Some architectures define the no-op macros/functions copy_segments, > release_segments and forget_segments. These are used nowhere in the > tree, so removed them. > > Signed-off-by: Tobias Klauser > --- > arch/arc/include/asm/processor.h | 3 --- Acked-by: Vineet Gupta [for arch/arc] Thx, -Vineet