diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5b9b12321ad1..c00aefcb47d5 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -946,6 +946,15 @@ config X86_PAE | |||
946 | config ARCH_PHYS_ADDR_T_64BIT | 946 | config ARCH_PHYS_ADDR_T_64BIT |
947 | def_bool X86_64 || X86_PAE | 947 | def_bool X86_64 || X86_PAE |
948 | 948 | ||
949 | config DIRECT_GBPAGES | ||
950 | bool "Enable 1GB pages for kernel pagetables" if EMBEDDED | ||
951 | default y | ||
952 | depends on X86_64 | ||
953 | help | ||
954 | Allow the kernel linear mapping to use 1GB pages on CPUs that | ||
955 | support it. This can improve the kernel's performance a tiny bit by | ||
956 | reducing TLB pressure. If in doubt, say "Y". | ||
957 | |||
949 | # Common NUMA Features | 958 | # Common NUMA Features |
950 | config NUMA | 959 | config NUMA |
951 | bool "Numa Memory Allocation and Scheduler Support (EXPERIMENTAL)" | 960 | bool "Numa Memory Allocation and Scheduler Support (EXPERIMENTAL)" |