summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-06-13 11:07:11 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2008-06-13 11:07:11 +1000
commit8410f467dba6ef08c785c1f0a969018750652a40 (patch)
treea3af75d8ed58ff6b6c4558a2b9c4145a59f688e1 /arch
parent8d156b73e682f9d05cf8fc6f720b8d3a2bcb8270 (diff)
parent8b525e02cc97c244cd3979d8e6e19f74068530ba (diff)
Merge commit 'safe-poison-pointers/auto-safe-poison-pointers-next'
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index b0937c03af3c..2534096d1184 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1016,6 +1016,11 @@ config ARCH_MEMORY_PROBE
def_bool X86_64
depends on MEMORY_HOTPLUG
+config ILLEGAL_POINTER_VALUE
+ hex
+ default 0 if X86_32
+ default 0xffffc10000000000 if X86_64
+
source "mm/Kconfig"
config HIGHPTE