• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/pr_tsc.in; do not edit. */
2 
3 static const struct xlat pr_tsc[] = {
4 #if !(defined(PR_TSC_ENABLE) || (defined(HAVE_DECL_PR_TSC_ENABLE) && HAVE_DECL_PR_TSC_ENABLE))
5 # define PR_TSC_ENABLE 1
6 #endif
7  XLAT(PR_TSC_ENABLE),
8 #if !(defined(PR_TSC_SIGSEGV) || (defined(HAVE_DECL_PR_TSC_SIGSEGV) && HAVE_DECL_PR_TSC_SIGSEGV))
9 # define PR_TSC_SIGSEGV 2
10 #endif
11  XLAT(PR_TSC_SIGSEGV),
12  XLAT_END
13 };
14