Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5048bcba4d27d975593ef5c55f217aafe015ec3b
Commit:     5048bcba4d27d975593ef5c55f217aafe015ec3b
Parent:     037e20a3c5c206efdf63f1b45c8b082fc57253d2
Author:     Russell King <[EMAIL PROTECTED]>
AuthorDate: Mon Jul 23 12:59:46 2007 +0100
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Mon Jul 23 12:59:46 2007 +0100

    [ARM] setup_profiling_timer must not be __init
    
    It's called by writes to /proc/profile, so it must not be marked __init
    
    Signed-off-by: Russell King <[EMAIL PROTECTED]>
---
 arch/arm/kernel/smp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/kernel/smp.c b/arch/arm/kernel/smp.c
index 1b76d87..9746e52 100644
--- a/arch/arm/kernel/smp.c
+++ b/arch/arm/kernel/smp.c
@@ -630,7 +630,7 @@ void smp_send_stop(void)
 /*
  * not supported here
  */
-int __init setup_profiling_timer(unsigned int multiplier)
+int setup_profiling_timer(unsigned int multiplier)
 {
        return -EINVAL;
 }
-
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