Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262482AbTIURjs (ORCPT ); Sun, 21 Sep 2003 13:39:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262481AbTIURjs (ORCPT ); Sun, 21 Sep 2003 13:39:48 -0400 Received: from fw.osdl.org ([65.172.181.6]:51153 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S262482AbTIURjr (ORCPT ); Sun, 21 Sep 2003 13:39:47 -0400 Date: Sun, 21 Sep 2003 10:39:26 -0700 (PDT) From: Linus Torvalds To: Kronos cc: davej@codemonkey.org.uk, , Subject: Re: [PATCH] Fix Athlon MCA In-Reply-To: <20030921143934.GA1867@dreamland.darkstar.lan> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 794 Lines: 24 On Sun, 21 Sep 2003, Kronos wrote: > > This messages go away if I revert cset 1.1119.9.1. AFAIK you were trying > to decrease the logging level. After reading IA32 Architecture Software > Developers Manual, vol3 - chapter 14.5 "Machine-Check Initialization" I > think that the right way to do it is this: Why not just handling the (different) 0-based case in front of the loop: /* Clear status for MC index 0 separately, we don't touch CTL. */ wrmsr (MSR_IA32_MC0_STATUS, 0x0, 0x0); and leave the loop 1-based. Dave, up to you.. Linus - 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/