From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932304AbYEFTFu (ORCPT ); Tue, 6 May 2008 15:05:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1765198AbYEFTFb (ORCPT ); Tue, 6 May 2008 15:05:31 -0400 Received: from rv-out-0506.google.com ([209.85.198.231]:54340 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1764970AbYEFTF1 (ORCPT ); Tue, 6 May 2008 15:05:27 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Wv5Qy9mvJ5HTenzuRTxeqabRXs/OEp5vBmgzz3u8A1Qhyp+kdHUR4KppWfM0SfgmIKwM+yj0VCLAqpUrnZqM6O4ldiAz1rluD+wzuyvnDQ8XoXKVSdvqfqQeAXTCCREvMaTy5r2sgiHc+gUNLZKECfTvtRAdBsECshKgFxFbhDQ= Message-ID: <86802c440805061205lf312e02jb44318e97212d4e1@mail.gmail.com> Date: Tue, 6 May 2008 12:05:27 -0700 From: "Yinghai Lu" To: "H. Peter Anvin" Subject: Re: [PATCH] x86: fixed mtrr change WP to WB Cc: "Ingo Molnar" , "Eric W. Biederman" , "Thomas Gleixner" , "Andrew Morton" , "linux-kernel@vger.kernel.org" In-Reply-To: <4820A6DF.7010607@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805041823.57198.yhlu.kernel@gmail.com> <200805061038.58023.yhlu.kernel@gmail.com> <200805061041.40047.yhlu.kernel@gmail.com> <482099E6.5060208@zytor.com> <86802c440805061124w630bc987k71c3c290fdfde773@mail.gmail.com> <4820A401.1040105@zytor.com> <86802c440805061134y21fbb2a3s872c41c522b9f49f@mail.gmail.com> <4820A6DF.7010607@zytor.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 6, 2008 at 11:43 AM, H. Peter Anvin wrote: > Yinghai Lu wrote: > > > > > > > > Obviously, if you have already modified a table, you should save a > pointer > > > to it, and not rely on the kernel scanning later. > > > > > > > that modified mptable is for second kernel that is kexeced. > > > > > > Then you would have to add a method to pass it into the kernel if you want > it to be generally useful. but how about old stock kernel in RHEL3U9? YH