aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-07-14 00:50:02 -0700
committerJohn Rigby <john.rigby@linaro.org>2011-03-16 15:48:27 -0600
commite2322cd2c3322a660794b558e548e917f608fa90 (patch)
tree13c51d4aef9bab723ae118ed946515b4507f8639 /include/linux
parente8e01abc2473e9e8c35c3ab11faf020144ee580b (diff)
i386: NX emulation
This is old code with some cruft, all originally by Ingo with much later rebasing by Fedora folks and at least one arcane fix by Roland a few years ago. Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Kees Cook <kees.cook@canonical.com> Signed-off-by: Andy Whitcroft <apw@canonical.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 777d8a5ed06b..88f84fc4f99a 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -100,6 +100,9 @@ struct bio_list;
struct fs_struct;
struct perf_event_context;
+extern int exec_shield;
+extern int print_fatal_signals;
+
/*
* List of flags we want to share for kernel threads,
* if only because they are not used by them anyway.