From: Adrian Bunk Date: Sun, 5 Feb 2006 07:28:05 +0000 (-0800) Subject: [PATCH] i386: HIGHMEM64G must depend on X86_CMPXCHG64 X-Git-Tag: v2.6.16-rc3~148 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4be68a783d25b4dab0ef4077a4c6b13161a2d6e4;p=linux-2.6 [PATCH] i386: HIGHMEM64G must depend on X86_CMPXCHG64 Due to the usage of set_64bit in include/asm-i386/pgtable-3level.h, HIGHMEM64G must depend on X86_CMPXCHG64. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index d86c865a7c..0afec8566e 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -442,6 +442,7 @@ config HIGHMEM4G config HIGHMEM64G bool "64GB" + depends on X86_CMPXCHG64 help Select this if you have a 32-bit processor and more than 4 gigabytes of physical RAM.