hc
2025-02-14 bbb9540dc49f70f6b703d1c8d1b85fa5f602d86e
kernel/arch/arm/kernel/traps.c
....@@ -406,7 +406,7 @@
406406 #endif
407407
408408 static LIST_HEAD(undef_hook);
409
-static DEFINE_RAW_SPINLOCK(undef_lock);
409
+static DEFINE_HARD_SPINLOCK(undef_lock);
410410
411411 void register_undef_hook(struct undef_hook *hook)
412412 {