diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 6bf1f1ac478c..cbcbfdee3ee0 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1247,6 +1247,11 @@ config ARCH_MEMORY_PROBE | |||
1247 | def_bool X86_64 | 1247 | def_bool X86_64 |
1248 | depends on MEMORY_HOTPLUG | 1248 | depends on MEMORY_HOTPLUG |
1249 | 1249 | ||
1250 | config ILLEGAL_POINTER_VALUE | ||
1251 | hex | ||
1252 | default 0 if X86_32 | ||
1253 | default 0xdead000000000000 if X86_64 | ||
1254 | |||
1250 | source "mm/Kconfig" | 1255 | source "mm/Kconfig" |
1251 | 1256 | ||
1252 | config HIGHPTE | 1257 | config HIGHPTE |