commit | bdce27c7f7bc7cf5c3a264bab9de056bd9cb0c9d | [log] [tgz] |
---|---|---|
author | Mingkai Hu <Mingkai.hu@freescale.com> | Mon Apr 16 10:05:05 2012 +0800 |
committer | Kumar Gala <galak@kernel.crashing.org> | Thu Apr 19 14:55:56 2012 -0500 |
tree | 5422d2b3fd5685c473e8f4dce6e2f3c887b1aaa5 | |
parent | eda713e219c9a7d02b8263ab3fba44092e919b07 [diff] |
powerpc/mpic_msgr: fix compile error when SMP disabled In file included from arch/powerpc/sysdev/mpic_msgr.c:20:0: ~/arch/powerpc/include/asm/mpic_msgr.h: In function 'mpic_msgr_set_destination': ~/arch/powerpc/include/asm/mpic_msgr.h:117:2: error: implicit declaration of function 'get_hard_smp_processor_id' make[1]: *** [arch/powerpc/sysdev/mpic_msgr.o] Error 1 Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>