From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752222AbbHMKnS (ORCPT ); Thu, 13 Aug 2015 06:43:18 -0400 Received: from mail-la0-f47.google.com ([209.85.215.47]:34234 "EHLO mail-la0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751006AbbHMKnP (ORCPT ); Thu, 13 Aug 2015 06:43:15 -0400 Date: Thu, 13 Aug 2015 12:12:29 +0200 From: Olof Johansson To: Masahiro Yamada Cc: arm@kernel.org, Russell King , Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: UniPhier: drop v7_invalidate_l1 call at secondary entry Message-ID: <20150813101229.GQ30160@localhost> References: <1439036024-1933-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439036024-1933-1-git-send-email-yamada.masahiro@socionext.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 08, 2015 at 09:13:44PM +0900, Masahiro Yamada wrote: > This is unnecessary since commit 02b4e2756e01 ("ARM: v7 setup > function should invalidate L1 cache"). > > Signed-off-by: Masahiro Yamada > --- Applied, thanks. -Olof