Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750955AbVKXT0K (ORCPT ); Thu, 24 Nov 2005 14:26:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751392AbVKXT0K (ORCPT ); Thu, 24 Nov 2005 14:26:10 -0500 Received: from cantor2.suse.de ([195.135.220.15]:11943 "EHLO mx2.suse.de") by vger.kernel.org with ESMTP id S1750955AbVKXT0I (ORCPT ); Thu, 24 Nov 2005 14:26:08 -0500 Date: Thu, 24 Nov 2005 20:26:05 +0100 From: Andi Kleen To: thockin@hockin.org Cc: "Eric W. Biederman" , Andi Kleen , Alan Cox , Gerd Knorr , Linus Torvalds , Dave Jones , Zachary Amsden , Pavel Machek , Andrew Morton , Linux Kernel Mailing List , "H. Peter Anvin" , Zwane Mwaikambo , Pratap Subrahmanyam , Christopher Li , Ingo Molnar Subject: Re: [patch] SMP alternatives Message-ID: <20051124192604.GS20775@brahms.suse.de> References: <1132764133.7268.51.camel@localhost.localdomain> <20051123163906.GF20775@brahms.suse.de> <1132766489.7268.71.camel@localhost.localdomain> <20051123165923.GJ20775@brahms.suse.de> <1132783243.13095.17.camel@localhost.localdomain> <20051124131310.GE20775@brahms.suse.de> <20051124133907.GG20775@brahms.suse.de> <20051124191636.GC2468@hockin.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051124191636.GC2468@hockin.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1188 Lines: 25 On Thu, Nov 24, 2005 at 11:16:36AM -0800, thockin@hockin.org wrote: > On Thu, Nov 24, 2005 at 06:58:52AM -0700, Eric W. Biederman wrote: > > > That's supposed to be done by hardware, no? > > > At least the K8 has a hardware scrubber (although it's not always enabled) > > > > Recent good implementations like the Opteron will do it for you. > > Older or cheaper memory controllers will not. > > Beware of errata - there's at leats one errata on Opteron which forces you > to choose between x4 (chipkill) ECC and scrubber. One or the other, but > not both. There are plenty of errata on the scrubber alone. Worse, if my > (brain)memory is correct, without the scrubber, correctable errors are > corrected on the fly, but never written back to DRAM. All the scrub errata were fixed with E stepping AFAIK. You have a point that using a sw scrubber might make sense on earlier steppings though in case someone really wants chipkill. -Andi - 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/