Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fbab6e7a5cdcc53c2f56404ae0f7f5a3fd48f609
Commit:     fbab6e7a5cdcc53c2f56404ae0f7f5a3fd48f609
Parent:     8f4e956b313dcccbc7be6f10808952345e3b638c
Author:     Andi Kleen <[EMAIL PROTECTED]>
AuthorDate: Sun Jul 22 11:12:33 2007 +0200
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sun Jul 22 11:03:37 2007 -0700

    i386: Fix cpu_llc_id section mismatch warning
    
    Fix
    
    WARNING: arch/i386/kernel/built-in.o(.text+0xdd0d): Section mismatch: 
reference to .init.data:cpu_llc_id (between 'set_cpu_sibling_map' and 
'initialize_secondary')
    WARNING: arch/i386/kernel/built-in.o(.text+0xdd1b): Section mismatch: 
reference to .init.data:cpu_llc_id (between 'set_cpu_sibling_map' and 
'initialize_secondary')
    
    Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 arch/i386/kernel/smpboot.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/i386/kernel/smpboot.c b/arch/i386/kernel/smpboot.c
index 5910d3f..e4f61d1 100644
--- a/arch/i386/kernel/smpboot.c
+++ b/arch/i386/kernel/smpboot.c
@@ -308,7 +308,7 @@ cpumask_t cpu_coregroup_map(int cpu)
 /* representing cpus for which sibling maps can be computed */
 static cpumask_t cpu_sibling_setup_map;
 
-void set_cpu_sibling_map(int cpu)
+void __cpuinit set_cpu_sibling_map(int cpu)
 {
        int i;
        struct cpuinfo_x86 *c = cpu_data;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to