hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
kernel/arch/x86/kernel/asm-offsets.c
....@@ -38,6 +38,9 @@
3838 #endif
3939
4040 BLANK();
41
+#ifdef CONFIG_IRQ_PIPELINE
42
+ DEFINE(OOB_stage_mask, STAGE_MASK);
43
+#endif
4144 OFFSET(crypto_tfm_ctx_offset, crypto_tfm, __crt_ctx);
4245
4346 BLANK();