lkml.org 
[lkml]   [2008]   [Apr]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
Subject[PATCH 3/3] Use __weak macro for smp_setup_processor_id
Use the __weak macro instead of the longer __attribute__ ((weak)) form

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
--

init/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-work.orig/init/main.c 2008-04-18 16:44:32.000000000 +1000
+++ linux-work/init/main.c 2008-04-18 16:44:37.000000000 +1000
@@ -500,7 +500,7 @@ static void __init boot_cpu_init(void)
cpu_set(cpu, cpu_possible_map);
}

-void __init __attribute__((weak)) smp_setup_processor_id(void)
+void __init __weak smp_setup_processor_id(void)
{
}


\
 
 \ /
  Last update: 2008-04-18 09:01    [W:0.065 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site