Blame SOURCES/irqbalance-1.0.8-removing-unused-variable-cache_stat.patch

a69bc0
From 854425506dc26d1e118122b2f87f1b7f5641ee35 Mon Sep 17 00:00:00 2001
a69bc0
From: Petr Holasek <pholasek@redhat.com>
a69bc0
Date: Wed, 10 Dec 2014 15:12:10 +0100
a69bc0
Subject: [PATCH] removing unused variable cache_stat
a69bc0
a69bc0
Signed-off-by: Petr Holasek <pholasek@redhat.com>
a69bc0
---
a69bc0
 cputree.c | 1 -
a69bc0
 1 file changed, 1 deletion(-)
a69bc0
a69bc0
diff --git a/cputree.c b/cputree.c
a69bc0
index caedbb6..c56b1be 100644
a69bc0
--- a/cputree.c
a69bc0
+++ b/cputree.c
a69bc0
@@ -234,7 +234,6 @@ static void do_one_cpu(char *path)
a69bc0
 	cpu_set(cpu->number, cache_mask);
a69bc0
 	max_cache_index = 0;
a69bc0
 	cache_index = 1;
a69bc0
-	cache_stat = 0;
a69bc0
 	do {
a69bc0
 		struct stat sb;
a69bc0
 		snprintf(new_path, PATH_MAX, "%s/cache/index%d/shared_cpu_map", path, cache_index);
a69bc0
-- 
a69bc0
2.1.0
a69bc0