X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fx86_64%2Fkernel%2Fasm-offsets.c;h=85f73c1f0246233e4b366e7b99f89862d5bc866e;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=06cf05867f4ce3d14ba6ecc358eae00dc46f7956;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/arch/x86_64/kernel/asm-offsets.c b/arch/x86_64/kernel/asm-offsets.c index 06cf05867..85f73c1f0 100644 --- a/arch/x86_64/kernel/asm-offsets.c +++ b/arch/x86_64/kernel/asm-offsets.c @@ -4,6 +4,7 @@ * and format the required data. */ +#include #include #include #include @@ -70,5 +71,7 @@ int main(void) BLANK(); DEFINE(TSS_ist, offsetof(struct tss_struct, ist)); #endif + BLANK(); + DEFINE(crypto_tfm_ctx_offset, offsetof(struct crypto_tfm, __crt_ctx)); return 0; }