From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763514AbYDZAGw (ORCPT ); Fri, 25 Apr 2008 20:06:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756908AbYDZAGm (ORCPT ); Fri, 25 Apr 2008 20:06:42 -0400 Received: from terminus.zytor.com ([198.137.202.10]:51702 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756011AbYDZAGm (ORCPT ); Fri, 25 Apr 2008 20:06:42 -0400 Message-ID: <481271F4.7060401@zytor.com> Date: Fri, 25 Apr 2008 17:06:12 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: Linus Torvalds CC: Ingo Molnar , linux-kernel@vger.kernel.org, Andrew Morton , Thomas Gleixner Subject: Re: [git pull] x86 PAT changes References: <20080424225625.GB8717@elte.hu> In-Reply-To: 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 Linus Torvalds wrote: > > So why is PAT dependent on NONPROMISC_DEVMEM here? > > It seems pointless and wrong. Somebody might want to have both the full > /dev/mem and PAT. > The problem is that that can create cached/uncached aliases, which can cause some processors to lock up (especially AMD is known to have a lot of errata in this area.) -hpa