Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e119d49ab51385d8163246db8cce74a46cd3b863
Commit:     e119d49ab51385d8163246db8cce74a46cd3b863
Parent:     4d7d81479849f59a9b377a336e92fe07225f8380
Author:     Ralf Baechle <[EMAIL PROTECTED]>
AuthorDate: Sat Jul 28 00:54:32 2007 +0100
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Tue Jul 31 21:35:27 2007 +0100

    [MIPS] SMTC: Fix modpost warning.
    
    WARNING: vmlinux.o(.text+0xcf54): Section mismatch: reference to 
.init.text:smp_bootstrap (between 'smtc_boot_secondary' and 'ipi_interrupt')
    
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/kernel/smtc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/kernel/smtc.c b/arch/mips/kernel/smtc.c
index 6b3c3ea..16aa5d3 100644
--- a/arch/mips/kernel/smtc.c
+++ b/arch/mips/kernel/smtc.c
@@ -524,7 +524,7 @@ void mipsmt_prepare_cpus(void)
  * (unsigned long)idle->thread_info the gp
  *
  */
-void smtc_boot_secondary(int cpu, struct task_struct *idle)
+void __cpuinit smtc_boot_secondary(int cpu, struct task_struct *idle)
 {
        extern u32 kernelsp[NR_CPUS];
        long flags;
-
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