Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758940AbYARDop (ORCPT ); Thu, 17 Jan 2008 22:44:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752088AbYARDoi (ORCPT ); Thu, 17 Jan 2008 22:44:38 -0500 Received: from sca-es-mail-1.Sun.COM ([192.18.43.132]:49695 "EHLO sca-es-mail-1.sun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751993AbYARDoh (ORCPT ); Thu, 17 Jan 2008 22:44:37 -0500 Date: Thu, 17 Jan 2008 19:50:32 -0800 From: Yinghai Lu Subject: [PATCH] X86: fix typo PAT to X86_PAT To: Ingo Molnar Cc: venkatesh.pallipadi@intel.com, LKML Message-id: <200801171950.32458.yinghai.lu@sun.com> Organization: Sun MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.9.6 (enterprise 20070904.708012) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 754 Lines: 22 [PATCH] X86: fix typo PAT to X86_PAT Signed-off-by: Yinghai Lu diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 1b38c21..980f054 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -953,7 +953,7 @@ config MATH_EMULATION config MTRR bool "MTRR (Memory Type Range Register) support" - depends on !PAT + depends on !X86_PAT ---help--- On Intel P6 family processors (Pentium Pro, Pentium II and later) the Memory Type Range Registers (MTRRs) may be used to control -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/