You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
527 B
22 lines
527 B
/* Generated by ./xlat/gen.sh from ./xlat/pr_tsc.in; do not edit. */ |
|
#if !(defined(PR_TSC_ENABLE) || (defined(HAVE_DECL_PR_TSC_ENABLE) && HAVE_DECL_PR_TSC_ENABLE)) |
|
# define PR_TSC_ENABLE 1 |
|
#endif |
|
#if !(defined(PR_TSC_SIGSEGV) || (defined(HAVE_DECL_PR_TSC_SIGSEGV) && HAVE_DECL_PR_TSC_SIGSEGV)) |
|
# define PR_TSC_SIGSEGV 2 |
|
#endif |
|
|
|
#ifdef IN_MPERS |
|
|
|
# error static const struct xlat pr_tsc in mpers mode |
|
|
|
#else |
|
|
|
static |
|
const struct xlat pr_tsc[] = { |
|
XLAT(PR_TSC_ENABLE), |
|
XLAT(PR_TSC_SIGSEGV), |
|
XLAT_END |
|
}; |
|
|
|
#endif /* !IN_MPERS */
|
|
|