From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rubicon.netdirect.ca (nic.NetDirect.CA [216.16.235.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 9795BDDF0F for ; Sun, 15 Jul 2007 08:23:24 +1000 (EST) Date: Sat, 14 Jul 2007 18:21:20 -0400 (EDT) From: "Robert P. J. Day" To: Linux PPC Mailing List Subject: [PATCH] POWERPC: Correct misspelled config variable in arch/powerpc/Kconfig. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Signed-off-by: Robert P. J. Day --- diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 6beee32..0e59024 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -391,7 +391,7 @@ config NOT_COHERENT_CACHE depends on 4xx || 8xx || E200 default y -config CONFIG_CHECK_CACHE_COHERENCY +config CHECK_CACHE_COHERENCY bool endmenu -- ======================================================================== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php?title=Main_Page ========================================================================