Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1616907

Re: [PATCH] edac: thunderx: Fix L2C MCI interrupt disable

Path csiph.com!news.redatomik.org!aioe.org!bofh.it!news.nic.it!robomod
From Borislav Petkov <bp@alien8.de>
Newsgroups linux.kernel
Subject Re: [PATCH] edac: thunderx: Fix L2C MCI interrupt disable
Date Wed, 05 Apr 2017 15:00:01 +0200
Message-ID <tsSHv-2II-15@gated-at.bofh.it> (permalink)
References <tsQmm-1oW-17@gated-at.bofh.it>
X-Original-To Jan Glauber <jglauber@cavium.com>
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Disposition inline
User-Agent NeoMutt/20170113 (1.7.2)
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 30
Organization linux.* mail to news gateway
X-Original-Cc linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org, Sergey Temerkhanov <s.temerkhanov@gmail.com>, David Daney <david.daney@cavium.com>
X-Original-Date Wed, 5 Apr 2017 14:57:10 +0200
X-Original-Message-ID <20170405125710.aggn5cy22qruchz7@pd.tnic>
X-Original-References <20170405102739.6301-1-jglauber@cavium.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1616907

Show key headers only | View raw


On Wed, Apr 05, 2017 at 12:27:39PM +0200, Jan Glauber wrote:
> Fix a typo that disabled the MCI interrupts using the wrong bitmask.
> 
> Signed-off-by: Jan Glauber <jglauber@cavium.com>
> ---
>  drivers/edac/thunderx_edac.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/edac/thunderx_edac.c b/drivers/edac/thunderx_edac.c
> index 2eae2b2..8844aef 100644
> --- a/drivers/edac/thunderx_edac.c
> +++ b/drivers/edac/thunderx_edac.c
> @@ -2088,7 +2088,7 @@ static void thunderx_l2c_remove(struct pci_dev *pdev)
>  		writeq(L2C_CBC_INT_ENA_ALL, l2c->regs + L2C_CBC_INT_ENA_W1C);
>  		break;
>  	case PCI_DEVICE_ID_THUNDER_L2C_MCI:
> -		writeq(L2C_CBC_INT_ENA_ALL, l2c->regs + L2C_MCI_INT_ENA_W1C);
> +		writeq(L2C_MCI_INT_ENA_ALL, l2c->regs + L2C_MCI_INT_ENA_W1C);
>  		break;
>  	}
>  
> -- 

Applied, thanks.

-- 
Regards/Gruss,
    Boris.

Good mailing practices for 400: avoid top-posting and trim the reply.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] edac: thunderx: Fix L2C MCI interrupt disable Jan Glauber <jglauber@cavium.com> - 2017-04-05 12:30 +0200
  Re: [PATCH] edac: thunderx: Fix L2C MCI interrupt disable Borislav Petkov <bp@alien8.de> - 2017-04-05 15:00 +0200

csiph-web