blob: 1d9f86b8d4b6b9df301fe150c2bc0c92382d8046 [file] [log] [blame]
Elliott Hughesdfc64182015-03-18 11:28:15 -07001/* Generated by ./xlat/gen.sh from ./xlat/pr_mce_kill_policy.in; do not edit. */
2
3static const struct xlat pr_mce_kill_policy[] = {
4#if !(defined(PR_MCE_KILL_LATE) || (defined(HAVE_DECL_PR_MCE_KILL_LATE) && HAVE_DECL_PR_MCE_KILL_LATE))
5# define PR_MCE_KILL_LATE 0
6#endif
7 XLAT(PR_MCE_KILL_LATE),
8#if !(defined(PR_MCE_KILL_EARLY) || (defined(HAVE_DECL_PR_MCE_KILL_EARLY) && HAVE_DECL_PR_MCE_KILL_EARLY))
9# define PR_MCE_KILL_EARLY 1
10#endif
11 XLAT(PR_MCE_KILL_EARLY),
12#if !(defined(PR_MCE_KILL_DEFAULT) || (defined(HAVE_DECL_PR_MCE_KILL_DEFAULT) && HAVE_DECL_PR_MCE_KILL_DEFAULT))
13# define PR_MCE_KILL_DEFAULT 2
14#endif
15 XLAT(PR_MCE_KILL_DEFAULT),
16 XLAT_END
17};