]> asedeno.scripts.mit.edu Git - linux.git/commit
x86/kconfig: Remove X86_DIRECT_GBPAGES dependency on !DEBUG_PAGEALLOC
authorVlastimil Babka <vbabka@suse.cz>
Wed, 7 Aug 2019 13:02:58 +0000 (15:02 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 12 Aug 2019 12:52:30 +0000 (14:52 +0200)
commit2e1da13fba4cb529c2c8c1d9f657690d1e853d7d
tree4c4380e61c4ed56df9196d123169749b1e8455fb
parent21e450d21ccad4cb7c7984c29ff145012b47736d
x86/kconfig: Remove X86_DIRECT_GBPAGES dependency on !DEBUG_PAGEALLOC

These days CONFIG_DEBUG_PAGEALLOC just compiles in the code that has to be
enabled on boot time, or with an extra config option, and only then are the
large page based direct mappings disabled.

Therefore remove the config dependency, allowing 1GB direct mappings with
debug_pagealloc compiled in but not enabled.

Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20190807130258.22185-1-vbabka@suse.cz
arch/x86/Kconfig