diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-10-31 13:53:54 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-11-06 10:40:37 +0530 |
commit | 064a6269245655b15054ad9783bca9bfd8dc1f9e (patch) | |
tree | 7cc180408f77637b8f0152454de68a86ff4321c9 /arch/arc/kernel/smp.c | |
parent | 8e457d6a75421372c7721388c46d21381fd5b451 (diff) |
ARC: use __weak instead of __attribute__((weak))
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/kernel/smp.c')
-rw-r--r-- | arch/arc/kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/smp.c b/arch/arc/kernel/smp.c index bca3052c956d..7f0ab1ecd640 100644 --- a/arch/arc/kernel/smp.c +++ b/arch/arc/kernel/smp.c @@ -95,7 +95,7 @@ void __init smp_cpus_done(unsigned int max_cpus) * If it turns out to be elaborate, it's better to code it in assembly * */ -void __attribute__((weak)) arc_platform_smp_wait_to_boot(int cpu) +void __weak arc_platform_smp_wait_to_boot(int cpu) { /* * As a hack for debugging - since debugger will single-step over the |