lkml.org 
[lkml]   [2002]   [Apr]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] 2.5.9-dj1, move choice selection in arch/ia64/config.in.
From
Date
This patch moves the choice selection for Physical memory granularity
from the "Kernel hacking" section to the "Processor type and features"
section right after the choices for IA-64 processor type, IA-64 system type,
and Kernel page size. This seems to be a less obscure place for this option.

Steven

--- linux-2.5.9-dj1/arch/ia64/config.in.orig Thu Apr 25 10:02:48 2002
+++ linux-2.5.9-dj1/arch/ia64/config.in Thu Apr 25 10:04:35 2002
@@ -32,6 +32,10 @@
16KB CONFIG_IA64_PAGE_SIZE_16KB \
64KB CONFIG_IA64_PAGE_SIZE_64KB" 16KB

+choice 'Physical memory granularity' \
+ "16MB CONFIG_IA64_GRANULE_16MB \
+ 64MB CONFIG_IA64_GRANULE_64MB" 64MB
+
if [ "$CONFIG_IA64_HP_SIM" = "n" ]; then
define_bool CONFIG_ACPI y
define_bool CONFIG_ACPI_EFI y
@@ -236,10 +240,6 @@

mainmenu_option next_comment
comment 'Kernel hacking'
-
-choice 'Physical memory granularity' \
- "16MB CONFIG_IA64_GRANULE_16MB \
- 64MB CONFIG_IA64_GRANULE_64MB" 64MB

bool 'Kernel debugging' CONFIG_DEBUG_KERNEL
if [ "$CONFIG_DEBUG_KERNEL" != "n" ]; then




-
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/

\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.029 / U:0.252 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site