Blame SOURCES/irqbalance-1.0.7-ignore_affinity_hint.patch

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