Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / prctl.h
index b00df4c79c6330b83b0f6eb631f9ea8e2e62bc5a..931150566ade8d720f156665b2a5400bbc499f0d 100644 (file)
@@ -85,7 +85,9 @@
 #define PR_SET_TIMERSLACK 29
 #define PR_GET_TIMERSLACK 30
 
-#define PR_TASK_PERF_COUNTERS_DISABLE          31
-#define PR_TASK_PERF_COUNTERS_ENABLE           32
+#define PR_TASK_PERF_EVENTS_DISABLE            31
+#define PR_TASK_PERF_EVENTS_ENABLE             32
+
+#define PR_MCE_KILL    33
 
 #endif /* _LINUX_PRCTL_H */