diff options
Diffstat (limited to 'arch/um/include/common-offsets.h')
-rw-r--r-- | arch/um/include/common-offsets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/um/include/common-offsets.h b/arch/um/include/common-offsets.h index 7376ee44e330..6eee343e53eb 100644 --- a/arch/um/include/common-offsets.h +++ b/arch/um/include/common-offsets.h | |||
@@ -27,6 +27,9 @@ DEFINE(UM_ELFCLASS64, ELFCLASS64); | |||
27 | 27 | ||
28 | DEFINE(UM_NR_CPUS, NR_CPUS); | 28 | DEFINE(UM_NR_CPUS, NR_CPUS); |
29 | 29 | ||
30 | DEFINE(UM_GFP_KERNEL, GFP_KERNEL); | ||
31 | DEFINE(UM_GFP_ATOMIC, GFP_ATOMIC); | ||
32 | |||
30 | /* For crypto assembler code. */ | 33 | /* For crypto assembler code. */ |
31 | DEFINE(crypto_tfm_ctx_offset, offsetof(struct crypto_tfm, __crt_ctx)); | 34 | DEFINE(crypto_tfm_ctx_offset, offsetof(struct crypto_tfm, __crt_ctx)); |
32 | 35 | ||