Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8dff980f1d1392990c6813c86f4bce108d3054fe
Commit:     8dff980f1d1392990c6813c86f4bce108d3054fe
Parent:     c2b6ebd50be76879261b67fc5fd29608b82ae443
Author:     Helge Deller <[EMAIL PROTECTED]>
AuthorDate: Mon May 28 00:26:02 2007 +0200
Committer:  Kyle McMartin <[EMAIL PROTECTED]>
CommitDate: Wed May 30 02:10:12 2007 -0400

    [PARISC] fix section mismatch in smp.c
    
    WARNING: arch/parisc/kernel/built-in.o(.text.__cpu_up+0x20): Section 
mismatch: reference to .init.text:smp_boot_one_cpu (after '__cpu_up')
    
    Signed-off-by: Helge Deller <[EMAIL PROTECTED]>
    Signed-off-by: Kyle McMartin <[EMAIL PROTECTED]>
---
 arch/parisc/kernel/smp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/parisc/kernel/smp.c b/arch/parisc/kernel/smp.c
index 4bf7cd1..04c7e1d 100644
--- a/arch/parisc/kernel/smp.c
+++ b/arch/parisc/kernel/smp.c
@@ -461,7 +461,7 @@ void __init smp_callin(void)
 /*
  * Bring one cpu online.
  */
-int __init smp_boot_one_cpu(int cpuid)
+int __cpuinit smp_boot_one_cpu(int cpuid)
 {
        struct task_struct *idle;
        long timeout;
-
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