kernel/arch/arm64/kernel/sdei.c
.. .. @@ -39,6 +39,9 @@ 39 39 DEFINE_PER_CPU(unsigned long *, sdei_stack_critical_ptr); 40 40 #endif 41 41 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 +42 45 DECLARE_PER_CPU(unsigned long *, sdei_shadow_call_stack_normal_ptr); 43 46 DECLARE_PER_CPU(unsigned long *, sdei_shadow_call_stack_critical_ptr); 44 47