Generic Linux architectural discussions
 help / color / mirror / Atom feed
* [PATCH 3/3] Use __weak macro for smp_setup_processor_id
@ 2008-04-18  6:56 Benjamin Herrenschmidt
  2008-04-18  6:56 ` Benjamin Herrenschmidt
       [not found] ` <20080418065728.31AF4DE255-mnsaURCQ41sdnm+yROfE0A@public.gmane.org>
  0 siblings, 2 replies; 8+ messages in thread
From: Benjamin Herrenschmidt @ 2008-04-18  6:56 UTC (permalink / raw)
  To: Andrew Morton, Paul Mackerras
  Cc: linuxppc-dev-mnsaURCQ41sdnm+yROfE0A,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Linux-Arch

Use the __weak macro instead of the longer __attribute__ ((weak)) form

Signed-off-by: Benjamin Herrenschmidt <benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.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)
 {
 }
 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-04-18  8:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-18  6:56 [PATCH 3/3] Use __weak macro for smp_setup_processor_id Benjamin Herrenschmidt
2008-04-18  6:56 ` Benjamin Herrenschmidt
     [not found] ` <20080418065728.31AF4DE255-mnsaURCQ41sdnm+yROfE0A@public.gmane.org>
2008-04-18  7:07   ` Andrew Morton
2008-04-18  7:07     ` Andrew Morton
2008-04-18  8:19     ` Benjamin Herrenschmidt
2008-04-18  8:19       ` Benjamin Herrenschmidt
2008-04-18  8:38       ` Andrew Morton
2008-04-18  8:38         ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox