浏览代码

[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>
Adrian Bunk 19 年之前
父节点
当前提交
4be68a783d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/i386/Kconfig

+ 1 - 0
arch/i386/Kconfig

@@ -442,6 +442,7 @@ config HIGHMEM4G
 
 
 config HIGHMEM64G
 config HIGHMEM64G
 	bool "64GB"
 	bool "64GB"
+	depends on X86_CMPXCHG64
 	help
 	help
 	  Select this if you have a 32-bit processor and more than 4
 	  Select this if you have a 32-bit processor and more than 4
 	  gigabytes of physical RAM.
 	  gigabytes of physical RAM.