Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e730bf96c89b27b2a90ae3e8054dae6133b4f90b
Commit:     e730bf96c89b27b2a90ae3e8054dae6133b4f90b
Parent:     d00ec458cb9235025d20cf2783d3ddcd879a6c48
Author:     Russell King <[EMAIL PROTECTED]>
AuthorDate: Sat Nov 25 20:15:12 2006 +0000
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Sun Nov 26 16:39:00 2006 +0000

    [ARM] Export smp_call_function()
    
    smp_call_function() will be used with the MP/core oprofile support
    patch.  Export it as _GPL.
    
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/kernel/smp.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/kernel/smp.c b/arch/arm/kernel/smp.c
index a07d202..070bcb7 100644
--- a/arch/arm/kernel/smp.c
+++ b/arch/arm/kernel/smp.c
@@ -451,6 +451,7 @@ int smp_call_function(void (*func)(void
        return smp_call_function_on_cpu(func, info, retry, wait,
                                        cpu_online_map);
 }
+EXPORT_SYMBOL_GPL(smp_call_function);
 
 void show_ipi_list(struct seq_file *p)
 {
-
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