From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 02/11] ARM: mach-msm: fix compile fail from system.h fallout Date: Mon, 02 Apr 2012 06:44:43 +0100 Message-ID: <29887.1333345483@redhat.com> References: <1333312727-11428-3-git-send-email-paul.gortmaker@windriver.com> <1333312727-11428-1-git-send-email-paul.gortmaker@windriver.com> Return-path: Received: from mx1.redhat.com ([209.132.183.28]:13279 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751952Ab2DBFot (ORCPT ); Mon, 2 Apr 2012 01:44:49 -0400 In-Reply-To: <1333312727-11428-3-git-send-email-paul.gortmaker@windriver.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Paul Gortmaker Cc: dhowells@redhat.com, torvalds@linux-foundation.org, linux-kernel@vger.kernel.org, linux-next@vger.kernel.org Paul Gortmaker wrote: > To fix: > > In file included from arm/boot/compressed/misc.c:28:0: > arm/mach-msm/include/mach/uncompress.h: In function 'putc': > arch/arm/mach-msm/include/mach/uncompress.h:48:3: error: implicit > declaration of function 'smp_mb' [-Werror=implicit-function-declaration] > > The putc does a cpu_relax which for this platform is smp_mb. > > Bisect indicates the 1st failing commit as: > > commit 0195c00244dc2e9f522475868fa278c473ba7339 > "Merge tag 'split-asm_system_h-for-linus-20120328' ..." > > Signed-off-by: Paul Gortmaker Acked-by: David Howells