From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424559AbcBRCDP (ORCPT ); Wed, 17 Feb 2016 21:03:15 -0500 Received: from outbound1a.ore.mailhop.org ([54.213.22.21]:38202 "EHLO outbound1a.ore.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750765AbcBRCDO (ORCPT ); Wed, 17 Feb 2016 21:03:14 -0500 X-MHO-User: cfb79b5b-d5e3-11e5-8dfb-c75234cc769e X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 74.98.178.100 X-Mail-Handler: DuoCircle Outbound SMTP X-DKIM: OpenDKIM Filter v2.6.8 io 1C9D98006E Date: Thu, 18 Feb 2016 02:03:05 +0000 From: Jason Cooper To: Eric Anholt Cc: Florian Fainelli , linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stephen Warren , Lee Jones , Thomas Gleixner , Marc Zyngier Subject: Re: [PATCH] irqchip: bcm2836: Drop extra memory barrier in SMP boot. Message-ID: <20160218020305.GR5183@io.lakedaemon.net> References: <1454620468-31303-1-git-send-email-eric@anholt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1454620468-31303-1-git-send-email-eric@anholt.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 04, 2016 at 01:14:28PM -0800, Eric Anholt wrote: > The writel() immediately after this has a barrier, anyway. > > Signed-off-by: Eric Anholt > --- > drivers/irqchip/irq-bcm2836.c | 1 - > 1 file changed, 1 deletion(-) Applied to irqchip/core thx, Jason.