]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
um: convert irq_lock to raw spinlock
authorJohannes Berg <johannes.berg@intel.com>
Fri, 10 Jan 2025 12:54:06 +0000 (13:54 +0100)
committerRichard Weinberger <richard@nod.at>
Wed, 12 Feb 2025 22:40:59 +0000 (23:40 +0100)
commit96178631c3f53398044ed437010f7632ad764bf8
tree2639c85ad9acebe7fa08d9d16b4f1ae363537e80
parentdaa1a05ba431540097ec925d4e01d53ef29a98f1
um: convert irq_lock to raw spinlock

Since this is deep in the architecture, and the code is
called nested into other deep management code, this really
needs to be a raw spinlock. Convert it.

Link: https://patch.msgid.link/20250110125550.32479-8-johannes@sipsolutions.net
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/kernel/irq.c