diff options
Diffstat (limited to 'arch/x86/kernel/asm-offsets_64.c')
-rw-r--r-- | arch/x86/kernel/asm-offsets_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/asm-offsets_64.c b/arch/x86/kernel/asm-offsets_64.c index a05428764314..2b32719a3fea 100644 --- a/arch/x86/kernel/asm-offsets_64.c +++ b/arch/x86/kernel/asm-offsets_64.c | |||
@@ -110,7 +110,7 @@ int main(void) | |||
110 | ENTRY(cr8); | 110 | ENTRY(cr8); |
111 | BLANK(); | 111 | BLANK(); |
112 | #undef ENTRY | 112 | #undef ENTRY |
113 | DEFINE(TSS_ist, offsetof(struct tss_struct, ist)); | 113 | DEFINE(TSS_ist, offsetof(struct tss_struct, x86_tss.ist)); |
114 | BLANK(); | 114 | BLANK(); |
115 | DEFINE(crypto_tfm_ctx_offset, offsetof(struct crypto_tfm, __crt_ctx)); | 115 | DEFINE(crypto_tfm_ctx_offset, offsetof(struct crypto_tfm, __crt_ctx)); |
116 | BLANK(); | 116 | BLANK(); |