hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/arch/um/kernel/sigio.c
....@@ -1,6 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{linux.intel,addtoit}.com)
3
- * Licensed under the GPL
44 */
55
66 #include <linux/interrupt.h>
....@@ -16,7 +16,6 @@
1616 char c;
1717
1818 os_read_file(sigio_irq_fd, &c, sizeof(c));
19
- reactivate_fd(sigio_irq_fd, SIGIO_WRITE_IRQ);
2019 return IRQ_HANDLED;
2120 }
2221