ChangeSet 1.2009.1.81, 2005/03/14 10:26:30-08:00, [EMAIL PROTECTED]

        [SPARC64]: check_bugs() should be __init.
        
        Signed-off-by: David S. Miller <[EMAIL PROTECTED]>



 bugs.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/include/asm-sparc64/bugs.h b/include/asm-sparc64/bugs.h
--- a/include/asm-sparc64/bugs.h        2005-03-15 00:06:19 -08:00
+++ b/include/asm-sparc64/bugs.h        2005-03-15 00:06:19 -08:00
@@ -8,7 +8,7 @@
 
 extern unsigned long loops_per_jiffy;
 
-static void check_bugs(void)
+static void __init check_bugs(void)
 {
 #ifndef CONFIG_SMP
        cpu_data(0).udelay_val = loops_per_jiffy;
-
To unsubscribe from this list: send the line "unsubscribe bk-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