hc
2024-11-01 830ce1f69238136c0197858242f16cf44e0d6cb9
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 {