From 9089707782665eb5f86938a36cfcf292e4474344 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Sun, 24 Jul 2011 09:46:08 +0000 Subject: [PATCH] --- yaml --- r: 269521 b: refs/heads/master c: 05b217b021e003d60471eb419d0ceed84d06c5db h: refs/heads/master i: 269519: f09d74cb9cd79b9b846a296ab4085730d07b9dff v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/cpu/intel_cacheinfo.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 25368f21ed02..be10104fb733 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5cdd174feab1b4a74afc494c447906274aed4a20 +refs/heads/master: 05b217b021e003d60471eb419d0ceed84d06c5db diff --git a/trunk/arch/x86/kernel/cpu/intel_cacheinfo.c b/trunk/arch/x86/kernel/cpu/intel_cacheinfo.c index c105c533ed94..aa27c38fa98d 100644 --- a/trunk/arch/x86/kernel/cpu/intel_cacheinfo.c +++ b/trunk/arch/x86/kernel/cpu/intel_cacheinfo.c @@ -820,7 +820,6 @@ static void __cpuinit free_cache_attributes(unsigned int cpu) for (i = 0; i < num_cache_leaves; i++) cache_remove_shared_cpu_map(cpu, i); - kfree(per_cpu(ici_cpuid4_info, cpu)->l3); kfree(per_cpu(ici_cpuid4_info, cpu)); per_cpu(ici_cpuid4_info, cpu) = NULL; }