From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752610AbYJ1J2Q (ORCPT ); Tue, 28 Oct 2008 05:28:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752630AbYJ1J2A (ORCPT ); Tue, 28 Oct 2008 05:28:00 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:47370 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752461AbYJ1J17 (ORCPT ); Tue, 28 Oct 2008 05:27:59 -0400 Date: Tue, 28 Oct 2008 10:27:37 +0100 From: Ingo Molnar To: Yinghai Lu Cc: Suresh Siddha , Thomas Gleixner , "H. Peter Anvin" , Jeremy Fitzhardinge , Andrew Morton , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] x86: fix init_memory_mapping for [dc000000 - e0000000) Message-ID: <20081028092737.GT15734@elte.hu> References: <490406FD.30604@kernel.org> <20081027165028.GB30573@linux-os.sc.intel.com> <20081027175547.GE3046@elte.hu> <49067058.7010106@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49067058.7010106@kernel.org> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00,DNS_FROM_SECURITYSAGE autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0024] 0.0 DNS_FROM_SECURITYSAGE RBL: Envelope sender in blackholes.securitysage.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Yinghai Lu wrote: > Impact: fix range calculation applied to tip/x86/urgent, thanks Yinghai! i changed the impact line to: Impact: change over-mapping to precise mapping, fix /proc/meminfo output Ingo