diff options
Diffstat (limited to 'arch/x86/kernel/asm-offsets_32.c')
-rw-r--r-- | arch/x86/kernel/asm-offsets_32.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/asm-offsets_32.c b/arch/x86/kernel/asm-offsets_32.c index 4f750ec810f6..fd7464d23339 100644 --- a/arch/x86/kernel/asm-offsets_32.c +++ b/arch/x86/kernel/asm-offsets_32.c | |||
@@ -111,8 +111,6 @@ void foo(void) | |||
111 | DEFINE(PTRS_PER_PMD, PTRS_PER_PMD); | 111 | DEFINE(PTRS_PER_PMD, PTRS_PER_PMD); |
112 | DEFINE(PTRS_PER_PGD, PTRS_PER_PGD); | 112 | DEFINE(PTRS_PER_PGD, PTRS_PER_PGD); |
113 | 113 | ||
114 | DEFINE(VDSO_PRELINK_asm, VDSO_PRELINK); | ||
115 | |||
116 | OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx); | 114 | OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx); |
117 | 115 | ||
118 | #ifdef CONFIG_PARAVIRT | 116 | #ifdef CONFIG_PARAVIRT |