diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-02-04 23:28:05 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-05 11:06:54 -0800 |
commit | 4be68a783d25b4dab0ef4077a4c6b13161a2d6e4 (patch) | |
tree | af7be4624c765688ce95d65a900c0fde87416958 /arch | |
parent | 911b0ad25d167fede6aadc05065b414ec7ab5086 (diff) | |
download | kernel_samsung_espresso10-4be68a783d25b4dab0ef4077a4c6b13161a2d6e4.zip kernel_samsung_espresso10-4be68a783d25b4dab0ef4077a4c6b13161a2d6e4.tar.gz kernel_samsung_espresso10-4be68a783d25b4dab0ef4077a4c6b13161a2d6e4.tar.bz2 |
[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 <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index d86c865..0afec85 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. |