From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758116AbZCBAIw (ORCPT ); Sun, 1 Mar 2009 19:08:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751589AbZCBAIn (ORCPT ); Sun, 1 Mar 2009 19:08:43 -0500 Received: from gw.goop.org ([64.81.55.164]:35202 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751275AbZCBAIm (ORCPT ); Sun, 1 Mar 2009 19:08:42 -0500 Message-ID: <49AB2387.8040002@goop.org> Date: Sun, 01 Mar 2009 16:08:39 -0800 From: Jeremy Fitzhardinge User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: "H. Peter Anvin" CC: Andi Kleen , Andrew Morton , Xen-devel , the arch/x86 maintainers , Linux Kernel Mailing List Subject: Re: [PATCH] xen: core dom0 support References: <1235786365-17744-1-git-send-email-jeremy@goop.org> <20090227212812.26d02f34.akpm@linux-foundation.org> <49A8DF28.4050301@goop.org> <87eixi35ew.fsf@basil.nowhere.org> <49AB1B75.2060200@goop.org> <49AB1FB8.607@zytor.com> In-Reply-To: <49AB1FB8.607@zytor.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org H. Peter Anvin wrote: > In this particular case, this is actually false. "No PAT" in the > processor is *not* the same thing as "no cacheability controls in the > page tables". Every processor since the 386 has had UC, WT, and WB > controls in the page tables; PAT only added the ability to do WC (and > WP, which we don't use). Since the number of processors which can do > WC at all but don't have PAT is a small set of increasingly obsolete > processors, we may very well choose to simply ignore the WC > capabilities of these particular processors. I'm not quite sure what you're referring to with "this is actually false". Certainly we support cachability control in ptes under Xen. We just don't support full PAT because Xen uses PAT for itself. J