summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-04-16 10:51:04 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-04-16 10:51:04 +1000
commite79fc1c337a267bce3c2fd980e9d87f1fb25715f (patch)
tree3f66815338d234b8bcce33776b8dbec286b18c24 /arch
parentaeb41d229754a49c57f24a5bcf05ec4117202a52 (diff)
parent8ed8819917312f1a117337c0280ad55721fd3894 (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 bc25b9f5e4cd..c54bf2d31c0f 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1191,6 +1191,11 @@ config ARCH_MEMORY_PROBE
def_bool X86_64
depends on MEMORY_HOTPLUG
+config ILLEGAL_POINTER_VALUE
+ hex
+ default 0 if X86_32
+ default 0xdead000000000000 if X86_64
+
source "mm/Kconfig"
config HIGHPTE