From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 1C781B7014 for ; Fri, 20 Apr 2012 06:15:31 +1000 (EST) Subject: Re: [PATCH 1/4] powerpc/mpic_msgr: fix compile error when SMP disabled Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <1334541908-19331-1-git-send-email-Mingkai.hu@freescale.com> Date: Thu, 19 Apr 2012 15:15:32 -0500 Message-Id: References: <1334541908-19331-1-git-send-email-Mingkai.hu@freescale.com> To: Mingkai Hu Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Apr 15, 2012, at 9:05 PM, Mingkai Hu wrote: > 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 >=20 > Signed-off-by: Mingkai Hu > --- > arch/powerpc/include/asm/mpic_msgr.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) applied to merge - k=