From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752093AbbKMGBg (ORCPT ); Fri, 13 Nov 2015 01:01:36 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:54165 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750878AbbKMGBf (ORCPT ); Fri, 13 Nov 2015 01:01:35 -0500 To: Vineet Gupta , Alexey Brodkin Cc: linux-snps-arc@lists.infraded.org, "linux-kernel@vger.kernel.org" From: Guenter Roeck Subject: Build failure in -next: Building arc:vdk_hs38_smp_defconfig ... failed Message-ID: <56457CBC.5090204@roeck-us.net> Date: Thu, 12 Nov 2015 22:01:32 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Seen since next-20151105. Building arc:vdk_hs38_smp_defconfig ... failed -------------- Error log: In file included from ./arch/arc/include/asm/irqflags-arcv2.h:12:0, from ./arch/arc/include/asm/irqflags.h:16, from include/linux/irqflags.h:15, from include/linux/spinlock.h:53, from include/linux/rcupdate.h:38, from include/linux/idr.h:18, from include/linux/kernfs.h:14, from include/linux/sysfs.h:15, from include/linux/kobject.h:21, from include/linux/device.h:17, from include/linux/of_platform.h:14, from arch/arc/plat-axs10x/axs10x.c:17: arch/arc/plat-axs10x/axs10x.c: In function ‘axs103_early_init’: arch/arc/plat-axs10x/axs10x.c:401:41: error: ‘ARC_REG_MCIP_BCR’ undeclared (first use in this function) unsigned int num_cores = (read_aux_reg(ARC_REG_MCIP_BCR) >> 16) & 0x3F; ^ ./arch/arc/include/asm/arcregs.h:119:44: note: in definition of macro ‘read_aux_reg’ #define read_aux_reg(reg) __builtin_arc_lr(reg) ^ arch/arc/plat-axs10x/axs10x.c:401:41: note: each undeclared identifier is reported only once for each function it appears in unsigned int num_cores = (read_aux_reg(ARC_REG_MCIP_BCR) >> 16) & 0x3F; ^ ./arch/arc/include/asm/arcregs.h:119:44: note: in definition of macro ‘read_aux_reg’ #define read_aux_reg(reg) __builtin_arc_lr(reg) Seems to be caused by commit f78442cc68a1 ("ARC: remove extraneous header include") which afaics removes the include file providing the missing define. Guenter