diff options
author | Andrei Epure <epure.andrei@gmail.com> | 2013-04-11 13:30:29 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-04-12 01:20:27 -0400 |
commit | 9b89f6ba2ab56e4d9c00e7e591d6bc333137895e (patch) | |
tree | aaf33706bab10fb3ff9d1aaedca3e2673e65582f /include/linux/sched.h | |
parent | b329fd5b018ffd64cfef6a2551bb2ca4bbfbacf2 (diff) |
sched: Document task_struct::personality field
Signed-off-by: Andrei Epure <epure.andrei@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1365701429-4721-1-git-send-email-epure.andrei@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 9004f6e19eac..6bdaa73ede13 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1105,8 +1105,10 @@ struct task_struct { | |||
1105 | int exit_code, exit_signal; | 1105 | int exit_code, exit_signal; |
1106 | int pdeath_signal; /* The signal sent when the parent dies */ | 1106 | int pdeath_signal; /* The signal sent when the parent dies */ |
1107 | unsigned int jobctl; /* JOBCTL_*, siglock protected */ | 1107 | unsigned int jobctl; /* JOBCTL_*, siglock protected */ |
1108 | /* ??? */ | 1108 | |
1109 | /* Used for emulating ABI behavior of previous Linux versions */ | ||
1109 | unsigned int personality; | 1110 | unsigned int personality; |
1111 | |||
1110 | unsigned did_exec:1; | 1112 | unsigned did_exec:1; |
1111 | unsigned in_execve:1; /* Tell the LSMs that the process is doing an | 1113 | unsigned in_execve:1; /* Tell the LSMs that the process is doing an |
1112 | * execve */ | 1114 | * execve */ |