kernel/arch/x86/kernel/asm-offsets.c
.. .. @@ -38,6 +38,9 @@ 38 38 #endif 39 39 40 40 BLANK(); 41 +#ifdef CONFIG_IRQ_PIPELINE42 + DEFINE(OOB_stage_mask, STAGE_MASK);43 +#endif41 44 OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx); 42 45 43 46 BLANK();