commit | 839ad62e75ee1968438d1b72261304cd47fc961e | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Apr 18 16:56:18 2008 +1000 |
committer | Paul Mackerras <paulus@samba.org> | Thu Apr 24 20:57:33 2008 +1000 |
tree | 5494458c9a17910488701dce3ff5a8647b49ea63 | |
parent | f6a616800e68b61807d0f7bb0d5dc70665ef8046 [diff] |
[POWERPC] Use __weak macro for smp_setup_processor_id 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>