Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754147AbXFTOhw (ORCPT ); Wed, 20 Jun 2007 10:37:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751216AbXFTOho (ORCPT ); Wed, 20 Jun 2007 10:37:44 -0400 Received: from one.firstfloor.org ([213.235.205.2]:53481 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751106AbXFTOhn (ORCPT ); Wed, 20 Jun 2007 10:37:43 -0400 Date: Wed, 20 Jun 2007 16:37:40 +0200 From: Andi Kleen To: Helge Hafting Cc: Jesse Barnes , Andi Kleen , linux-kernel@vger.kernel.org, Justin Piszcz , "Eric W. Biederman" Subject: Re: [PATCH] trim memory not covered by WB MTRRs Message-ID: <20070620143740.GA17161@one.firstfloor.org> References: <200706061229.24486.jesse.barnes@intel.com> <46790DFA.5090503@aitel.hist.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46790DFA.5090503@aitel.hist.no> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1026 Lines: 27 > I assume this cannot be fixed by the simple approach > of echoing some useful numbers into /proc/mtrr like > we used to do for video memory? (Before X did this > automatically?) > > An extra bootscript seems better than loosing memory. In some cases it probably can, in other cases not because the memory controller is misconfigured or not the right bits are set in the PCI bridges to enable DAC IO or ... or ... There are also definite limits on how much quirks can do to fix this -- Linux is a generic kernel, not a BIOS replacement, and can never be as intimate with the current setup as the BIOS is. It's definitely far safer to not use the memory. You're running in a situation never tested or considered by the motherboard vendor and everything is possible. -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/