Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

um, x86: bury crypto_tfm_ctx_offset

unused since 2011

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>

authored by

Al Viro and committed by
Richard Weinberger
2610ed63 21cba62b

-6
-3
arch/um/include/shared/common-offsets.h
··· 18 18 DEFINE(UM_GFP_KERNEL, GFP_KERNEL); 19 19 DEFINE(UM_GFP_ATOMIC, GFP_ATOMIC); 20 20 21 - /* For crypto assembler code. */ 22 - DEFINE(crypto_tfm_ctx_offset, offsetof(struct crypto_tfm, __crt_ctx)); 23 - 24 21 DEFINE(UM_THREAD_SIZE, THREAD_SIZE); 25 22 26 23 DEFINE(UM_HZ, HZ);
-3
arch/x86/kernel/asm-offsets.c
··· 38 38 #endif 39 39 40 40 BLANK(); 41 - OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx); 42 - 43 - BLANK(); 44 41 OFFSET(pbe_address, pbe, address); 45 42 OFFSET(pbe_orig_address, pbe, orig_address); 46 43 OFFSET(pbe_next, pbe, next);