hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/arm64/kernel/sdei.c
....@@ -39,6 +39,9 @@
3939 DEFINE_PER_CPU(unsigned long *, sdei_stack_critical_ptr);
4040 #endif
4141
42
+DEFINE_PER_CPU(struct sdei_registered_event *, sdei_active_normal_event);
43
+DEFINE_PER_CPU(struct sdei_registered_event *, sdei_active_critical_event);
44
+
4245 DECLARE_PER_CPU(unsigned long *, sdei_shadow_call_stack_normal_ptr);
4346 DECLARE_PER_CPU(unsigned long *, sdei_shadow_call_stack_critical_ptr);
4447