1dfc6418e5231155d6fbc30713b47d9f40e21c9d1Elliott Hughes/* Generated by ./xlat/gen.sh from ./xlat/pr_mce_kill_policy.in; do not edit. */
2dfc6418e5231155d6fbc30713b47d9f40e21c9d1Elliott Hughes#if !(defined(PR_MCE_KILL_LATE) || (defined(HAVE_DECL_PR_MCE_KILL_LATE) && HAVE_DECL_PR_MCE_KILL_LATE))
3dfc6418e5231155d6fbc30713b47d9f40e21c9d1Elliott Hughes# define PR_MCE_KILL_LATE 0
4dfc6418e5231155d6fbc30713b47d9f40e21c9d1Elliott Hughes#endif
5dfc6418e5231155d6fbc30713b47d9f40e21c9d1Elliott Hughes#if !(defined(PR_MCE_KILL_EARLY) || (defined(HAVE_DECL_PR_MCE_KILL_EARLY) && HAVE_DECL_PR_MCE_KILL_EARLY))
6dfc6418e5231155d6fbc30713b47d9f40e21c9d1Elliott Hughes# define PR_MCE_KILL_EARLY 1
7dfc6418e5231155d6fbc30713b47d9f40e21c9d1Elliott Hughes#endif
8dfc6418e5231155d6fbc30713b47d9f40e21c9d1Elliott Hughes#if !(defined(PR_MCE_KILL_DEFAULT) || (defined(HAVE_DECL_PR_MCE_KILL_DEFAULT) && HAVE_DECL_PR_MCE_KILL_DEFAULT))
9dfc6418e5231155d6fbc30713b47d9f40e21c9d1Elliott Hughes# define PR_MCE_KILL_DEFAULT 2
10dfc6418e5231155d6fbc30713b47d9f40e21c9d1Elliott Hughes#endif
118948469fa2b0466425995b7e843b1659eb2779e7Elliott Hughes
128948469fa2b0466425995b7e843b1659eb2779e7Elliott Hughes#ifdef IN_MPERS
138948469fa2b0466425995b7e843b1659eb2779e7Elliott Hughes
148948469fa2b0466425995b7e843b1659eb2779e7Elliott Hughes# error static const struct xlat pr_mce_kill_policy in mpers mode
158948469fa2b0466425995b7e843b1659eb2779e7Elliott Hughes
168948469fa2b0466425995b7e843b1659eb2779e7Elliott Hughes#else
178948469fa2b0466425995b7e843b1659eb2779e7Elliott Hughes
188948469fa2b0466425995b7e843b1659eb2779e7Elliott Hughesstatic
198948469fa2b0466425995b7e843b1659eb2779e7Elliott Hughesconst struct xlat pr_mce_kill_policy[] = {
208948469fa2b0466425995b7e843b1659eb2779e7Elliott Hughes XLAT(PR_MCE_KILL_LATE),
218948469fa2b0466425995b7e843b1659eb2779e7Elliott Hughes XLAT(PR_MCE_KILL_EARLY),
22dfc6418e5231155d6fbc30713b47d9f40e21c9d1Elliott Hughes XLAT(PR_MCE_KILL_DEFAULT),
23dfc6418e5231155d6fbc30713b47d9f40e21c9d1Elliott Hughes XLAT_END
24dfc6418e5231155d6fbc30713b47d9f40e21c9d1Elliott Hughes};
258948469fa2b0466425995b7e843b1659eb2779e7Elliott Hughes
268948469fa2b0466425995b7e843b1659eb2779e7Elliott Hughes#endif /* !IN_MPERS */
27