From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936662AbZDDAt2 (ORCPT ); Fri, 3 Apr 2009 20:49:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755546AbZDDAtR (ORCPT ); Fri, 3 Apr 2009 20:49:17 -0400 Received: from hera.kernel.org ([140.211.167.34]:37780 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753469AbZDDAtR (ORCPT ); Fri, 3 Apr 2009 20:49:17 -0400 Message-ID: <49D6AE55.9060808@kernel.org> Date: Fri, 03 Apr 2009 17:48:21 -0700 From: Yinghai Lu User-Agent: Thunderbird 2.0.0.19 (X11/20081227) MIME-Version: 1.0 To: Linus Torvalds CC: Ingo Molnar , "Pallipadi, Venkatesh" , "Siddha, Suresh B" , Arjan van de Ven , Thomas Gleixner , "H. Peter Anvin" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] x86: make mtrr code could use debugpat References: <20090329205805.GA24693@elte.hu> <20090329210103.GA24901@elte.hu> <49CFF517.30001@kernel.org> <1238434120.4529.783.camel@localhost.localdomain> <20090403175555.GH6295@elte.hu> <20090403212152.GA3493@linux-os.sc.intel.com> <20090403222928.GA6446@elte.hu> <49D68F4B.9010808@kernel.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus Torvalds wrote: > > On Fri, 3 Apr 2009, Yinghai Lu wrote: >> only print out get_mtrr when debugpat > > Is that get_mtrr message really so interesting that it needs to be printed > out at all? Even with debugpat? > it seems some new X server try to touch MTRR at the first, and then try to use pci_mmap_page_range(). YH