]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
fpga: stratix10-soc: make FPGA task un-interruptible
authorRichard Gong <richard.gong@intel.com>
Tue, 4 Aug 2020 16:45:03 +0000 (09:45 -0700)
committerMoritz Fischer <mdf@kernel.org>
Thu, 20 Aug 2020 04:05:46 +0000 (21:05 -0700)
commit7fbc2bc2fbe1055c563134b738ff4d94fb42892f
tree4cbd571d790a274b20719a71fc4d11b7a95a0f85
parent9123e3a74ec7b934a4a099e98af6a61c2f80bbf5
fpga: stratix10-soc: make FPGA task un-interruptible

When CTRL+C occurs during the process of FPGA reconfiguration, the FPGA
reconfiguration process stops and the user can't perform a new FPGA
reconfiguration properly.

Set FPGA task to be not interruptible so that the user can properly
perform FPGA reconfiguration after CTRL+C event.

Signed-off-by: Richard Gong <richard.gong@intel.com>
Reviewed-by: Tom Rix <trix@redhat.com>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
drivers/fpga/stratix10-soc.c