Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760447AbYFYQ2N (ORCPT ); Wed, 25 Jun 2008 12:28:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758845AbYFYQ1X (ORCPT ); Wed, 25 Jun 2008 12:27:23 -0400 Received: from smtp6.pp.htv.fi ([213.243.153.40]:42926 "EHLO smtp6.pp.htv.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758808AbYFYQ1W (ORCPT ); Wed, 25 Jun 2008 12:27:22 -0400 Date: Wed, 25 Jun 2008 19:25:17 +0300 From: Adrian Bunk To: takata@linux-m32r.org Cc: linux-m32r@ml.linux-m32r.org, linux-kernel@vger.kernel.org, "Robert P. J. Day" , Andrew Morton Subject: [2.6 patch] m32r: remove the unused NOHIGHMEM option Message-ID: <20080625162516.GF10285@cs181140183.pp.htv.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 870 Lines: 27 This patch removes the unused NOHIGHMEM option. Reported-by: Robert P. J. Day Signed-off-by: Adrian Bunk --- adea6f9163987adf9c5a63b5a257ed3554add9d7 diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index de153de..e2e3661 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig @@ -216,10 +216,6 @@ config MEMORY_SIZE default "01000000" if PLAT_M32104UT default "00800000" if PLAT_OAKS32R -config NOHIGHMEM - bool - default y - config ARCH_DISCONTIGMEM_ENABLE bool "Internal RAM Support" depends on CHIP_M32700 || CHIP_M32102 || CHIP_VDEC2 || CHIP_OPSP || CHIP_M32104 -- 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/