Skip to content

Commit

Permalink
[POWERPC] Use __weak macro for smp_setup_processor_id
Browse files Browse the repository at this point in the history
Use the __weak macro instead of the longer __attribute__ ((weak)) form
in one place in init/main.c.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Andrew Morton <akpm@linux-foundation.org>
--

 init/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Benjamin Herrenschmidt authored and Paul Mackerras committed Apr 24, 2008
1 parent f6a6168 commit 839ad62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,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)
{
}

Expand Down

0 comments on commit 839ad62

Please sign in to comment.