Blame SOURCES/irqbalance-1.0.7-ignore_affinity_hint.patch

57bf01
diff -up irqbalance-1.0.7/irqbalance.1.orig irqbalance-1.0.7/irqbalance.1
57bf01
--- irqbalance-1.0.7/irqbalance.1.orig	2014-08-19 14:42:45.760710296 +0200
57bf01
+++ irqbalance-1.0.7/irqbalance.1	2014-08-19 14:43:00.246715877 +0200
57bf01
@@ -57,6 +57,8 @@ irq is balanced, but the assigned object
57bf01
 .P
57bf01
 .I ignore
57bf01
 irq affinity hint value is completely ignored
57bf01
+.P
57bf01
+The default value for hintpolicy is ignore
57bf01
 
57bf01
 .TP
57bf01
 .B -p, --powerthresh=<threshold>
57bf01
diff -up irqbalance-1.0.7/irqbalance.c.orig irqbalance-1.0.7/irqbalance.c
57bf01
--- irqbalance-1.0.7/irqbalance.c.orig	2013-10-10 17:14:07.000000000 +0200
57bf01
+++ irqbalance-1.0.7/irqbalance.c	2014-08-19 14:43:00.247715877 +0200
57bf01
@@ -48,7 +48,7 @@ int foreground_mode;
57bf01
 int numa_avail;
57bf01
 int need_rescan;
57bf01
 unsigned int log_mask = TO_ALL;
57bf01
-enum hp_e hint_policy = HINT_POLICY_SUBSET;
57bf01
+enum hp_e hint_policy = HINT_POLICY_IGNORE;
57bf01
 unsigned long power_thresh = ULONG_MAX;
57bf01
 unsigned long deepest_cache = ULONG_MAX;
57bf01
 unsigned long long cycle_count = 0;