diff options
Diffstat (limited to 'arch/i386/kernel/asm-offsets.c')
-rw-r--r-- | arch/i386/kernel/asm-offsets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/asm-offsets.c b/arch/i386/kernel/asm-offsets.c index d822792d8e3e..655cc8d4c745 100644 --- a/arch/i386/kernel/asm-offsets.c +++ b/arch/i386/kernel/asm-offsets.c | |||
@@ -97,7 +97,7 @@ void foo(void) | |||
97 | sizeof(struct tss_struct)); | 97 | sizeof(struct tss_struct)); |
98 | 98 | ||
99 | DEFINE(PAGE_SIZE_asm, PAGE_SIZE); | 99 | DEFINE(PAGE_SIZE_asm, PAGE_SIZE); |
100 | DEFINE(VDSO_PRELINK, VDSO_PRELINK); | 100 | DEFINE(VDSO_PRELINK_asm, VDSO_PRELINK); |
101 | 101 | ||
102 | OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx); | 102 | OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx); |
103 | 103 | ||