From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D17EEC43142 for ; Mon, 25 Jun 2018 08:04:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 91AEA2558F for ; Mon, 25 Jun 2018 08:04:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 91AEA2558F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753166AbeFYIEU (ORCPT ); Mon, 25 Jun 2018 04:04:20 -0400 Received: from muru.com ([72.249.23.125]:48840 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752524AbeFYIET (ORCPT ); Mon, 25 Jun 2018 04:04:19 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 02D8080E1; Mon, 25 Jun 2018 08:07:06 +0000 (UTC) Date: Mon, 25 Jun 2018 01:04:16 -0700 From: Tony Lindgren To: Nishanth Menon Cc: Russell King - ARM Linux , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: DRA7/OMAP5: Enable ACTLR[0] (Enable invalidates of BTB) for secondary cores Message-ID: <20180625080416.GI112168@atomide.com> References: <20180612213611.2484-1-nm@ti.com> <20180613101153.GD6920@n2100.armlinux.org.uk> <20180613132910.wr7ngq4nvxlgaoqi@kahuna> <20180625080309.GH112168@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180625080309.GH112168@atomide.com> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tony Lindgren [180625 01:03]: > * Nishanth Menon [180613 13:31]: > > > > If the above explanation makes sense, I will add that to the commit log > > as well. > > Probably good idea to also add a comment to the code that this > is for the secondary core. Or rename the function to make it specific to secondary core. Regards, Tony