[PATCH] ix86: minor highmem related Kconfig cleanup

From: Jan Beulich
Date: Tue Jun 30 2009 - 06:55:29 EST


Remove a redundant conditional and consolidate a dependency.

Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>

---
arch/x86/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

--- linux-2.6.31-rc1/arch/x86/Kconfig 2009-06-26 17:49:41.000000000 +0200
+++ 2.6.31-rc1-x86-kconfig-cleanup/arch/x86/Kconfig 2009-06-23 14:07:12.000000000 +0200
@@ -1001,8 +1001,8 @@ config X86_CPU_DEBUG

choice
prompt "High Memory Support"
- default HIGHMEM4G if !X86_NUMAQ
default HIGHMEM64G if X86_NUMAQ
+ default HIGHMEM4G
depends on X86_32

config NOHIGHMEM
@@ -1251,7 +1251,7 @@ source "mm/Kconfig"

config HIGHPTE
bool "Allocate 3rd-level pagetables from highmem"
- depends on X86_32 && (HIGHMEM4G || HIGHMEM64G)
+ depends on HIGHMEM
---help---
The VM uses one page table entry for each page of physical memory.
For systems with a lot of RAM, this can be wasteful of precious



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/