From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757194Ab1LNMdJ (ORCPT ); Wed, 14 Dec 2011 07:33:09 -0500 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:62798 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756967Ab1LNMdF (ORCPT ); Wed, 14 Dec 2011 07:33:05 -0500 Date: Wed, 14 Dec 2011 12:32:44 +0000 From: Will Deacon To: Axel Lin Cc: "linux-kernel@vger.kernel.org" , Russell King , "linux-samsung-soc@vger.kernel.org" , Kukjin Kim , "linux-arm-kernel@lists.infradead.org" Subject: Re: [linux-next] make s5p64x0_defconfig build error Message-ID: <20111214123244.GE7122@mudshark.cambridge.arm.com> References: <1323838630.18517.1.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1323838630.18517.1.camel@phoenix> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 14, 2011 at 04:57:10AM +0000, Axel Lin wrote: > I got below build error on linux-next 20111213. > > CC arch/arm/kernel/process.o > In file included from arch/arm/mach-s5p64x0/include/mach/system.h:16, > from arch/arm/kernel/process.c:64: > arch/arm/plat-samsung/include/plat/system-reset.h:19:2: error: #error Fix me up > make[1]: *** [arch/arm/kernel/process.o] Error 1 > make: *** [arch/arm/kernel] Error 2 The clue is in the commit message: commit d0f7e2beabe6a116152ccc31959b6654b6ef0071 Author: Russell King Date: Tue Dec 6 12:57:02 2011 +0000 ARM: restart: Temporary #error to persuade platform maintainers to take the restart changes seriously Force builds to fail to ensure that platform maintainers take the restart changes seriously, and sort out fixing their code before the next merge window. Signed-off-by: Russell King Will