From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756429AbcBILrk (ORCPT ); Tue, 9 Feb 2016 06:47:40 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:40405 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756349AbcBILri (ORCPT ); Tue, 9 Feb 2016 06:47:38 -0500 Date: Tue, 9 Feb 2016 11:46:33 +0000 From: "Maciej W. Rozycki" To: Daniel Wagner CC: Ralf Baechle , , Subject: Re: [PATCH v3 1/3] mips: Use arch specific auxvec.h instead of generic-asm version In-Reply-To: <56B98EAE.9080505@bmw-carit.de> Message-ID: References: <1454946278-13859-1-git-send-email-daniel.wagner@bmw-carit.de> <1454946278-13859-2-git-send-email-daniel.wagner@bmw-carit.de> <56B98EAE.9080505@bmw-carit.de> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [10.100.200.149] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 9 Feb 2016, Daniel Wagner wrote: > Also I looked at the cpp output and saw that there was no uapi/asm/auxvec.h > included instead it pulls arch/mips/include/generated/uapi/asm/auxvec.h Hmm, did you update your source in an old build tree and reuse it for a new build? The rule to make arch/mips/include/generated/uapi/asm/auxvec.h was removed with commit ebb5e78cc634 ("MIPS: Initial implementation of a VDSO") as arch/mips/include/uapi/asm/auxvec.h was added, in the 4.4-rc1 timeframe. So the generated version is not supposed to be there anymore. Can you try `make mrproper' (stash away your .config) and see if the problem goes away? Maciej