Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932892AbbFGIk2 (ORCPT ); Sun, 7 Jun 2015 04:40:28 -0400 Received: from smtprelay4.synopsys.com ([198.182.47.9]:56897 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932772AbbFGIju (ORCPT ); Sun, 7 Jun 2015 04:39:50 -0400 From: Vineet Gupta To: CC: , , Vineet Gupta Subject: [PATCH 01/19] ARC: mm/cache_arc700.c -> mm/cache.c Date: Sun, 7 Jun 2015 14:08:05 +0530 Message-ID: <1433666303-26112-2-git-send-email-vgupta@synopsys.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1433666303-26112-1-git-send-email-vgupta@synopsys.com> References: <1433666303-26112-1-git-send-email-vgupta@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.12.197.3] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 968 Lines: 29 Signed-off-by: Vineet Gupta --- arch/arc/mm/Makefile | 2 +- arch/arc/mm/{cache_arc700.c => cache.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/arc/mm/{cache_arc700.c => cache.c} (100%) diff --git a/arch/arc/mm/Makefile b/arch/arc/mm/Makefile index ac95cc239c1e..7beb941556c3 100644 --- a/arch/arc/mm/Makefile +++ b/arch/arc/mm/Makefile @@ -7,4 +7,4 @@ # obj-y := extable.o ioremap.o dma.o fault.o init.o -obj-y += tlb.o tlbex.o cache_arc700.o mmap.o +obj-y += tlb.o tlbex.o cache.o mmap.o diff --git a/arch/arc/mm/cache_arc700.c b/arch/arc/mm/cache.c similarity index 100% rename from arch/arc/mm/cache_arc700.c rename to arch/arc/mm/cache.c -- 1.9.1 -- 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/