The patch titled
     cpu-hotplug-intel_cacheinfo-fix-cpu-hotplug-error-handling: fix a section 
mismatch warning
has been removed from the -mm tree.  Its filename was
     
cpu-hotplug-intel_cacheinfo-fix-cpu-hotplug-error-handling-fix-a-section-mismatch-warning.patch

This patch was dropped because it was folded into 
cpu-hotplug-intel_cacheinfo-fix-cpu-hotplug-error-handling.patch

------------------------------------------------------
Subject: cpu-hotplug-intel_cacheinfo-fix-cpu-hotplug-error-handling: fix a 
section mismatch warning
From: Gabriel C <[EMAIL PROTECTED]>

...

WARNING: vmlinux.o(.text+0x8b9f): Section mismatch: reference to 
.init.text:cache_remove_shared_cpu_map (between 'cpuid4_cache_sysfs_exit' and 
'unexpected_machine_check')

...

Signed-off-by: Gabriel Craciunescu <[EMAIL PROTECTED]>
Cc: Ashok Raj <[EMAIL PROTECTED]>
Cc: Akinobu Mita <[EMAIL PROTECTED]>
Cc: Gautham R Shenoy <[EMAIL PROTECTED]>
Cc: Oleg Nesterov <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 arch/i386/kernel/cpu/intel_cacheinfo.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN 
arch/i386/kernel/cpu/intel_cacheinfo.c~cpu-hotplug-intel_cacheinfo-fix-cpu-hotplug-error-handling-fix-a-section-mismatch-warning
 arch/i386/kernel/cpu/intel_cacheinfo.c
--- 
a/arch/x86/kernel/cpu/intel_cacheinfo.c~cpu-hotplug-intel_cacheinfo-fix-cpu-hotplug-error-handling-fix-a-section-mismatch-warning
+++ a/arch/x86/kernel/cpu/intel_cacheinfo.c
@@ -681,7 +681,7 @@ static struct kobj_type ktype_percpu_ent
        .sysfs_ops      = &sysfs_ops,
 };
 
-static void cpuid4_cache_sysfs_exit(unsigned int cpu)
+static void __cpuinit cpuid4_cache_sysfs_exit(unsigned int cpu)
 {
        kfree(cache_kobject[cpu]);
        kfree(index_kobject[cpu]);
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
cpu-hotplug-intel_cacheinfo-fix-cpu-hotplug-error-handling.patch
cpu-hotplug-intel_cacheinfo-fix-cpu-hotplug-error-handling-fix-a-section-mismatch-warning.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to