Files
twx-linux/drivers/misc/sgi-gru
Dimitri Sivanich f656862024 misc: sgi-gru: Don't disable preemption in GRU driver
[ Upstream commit b983b27166 ]

Disabling preemption in the GRU driver is unnecessary, and clashes with
sleeping locks in several code paths.  Remove preempt_disable and
preempt_enable from the GRU driver.

Signed-off-by: Dimitri Sivanich <sivanich@hpe.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-08 16:28:21 +01:00
..