summaryrefslogtreecommitdiffstats
path: root/utils/irqbalance/patches/020-mark-EINVAL-error-permanent.patch
blob: 0295520bbb01864a19e8c95b040681eda7bfddd1 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/activate.c
+++ b/activate.c
@@ -103,7 +103,6 @@ error:
 	switch (errsave) {
 	case EAGAIN: /* Interrupted by signal. */
 	case EBUSY: /* Affinity change already in progress. */
-	case EINVAL: /* IRQ would be bound to no CPU. */
 	case ERANGE: /* CPU in mask is offline. */
 	case ENOMEM: /* Kernel cannot allocate CPU mask. */
 		/* Do not blacklist the IRQ on transient errors. */