[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1602091129020.15885@tp.orcam.me.uk>
Date: Tue, 9 Feb 2016 11:46:33 +0000
From: "Maciej W. Rozycki" <macro@...tec.com>
To: Daniel Wagner <daniel.wagner@...-carit.de>
CC: Ralf Baechle <ralf@...ux-mips.org>, <linux-kernel@...r.kernel.org>,
<linux-mips@...ux-mips.org>
Subject: Re: [PATCH v3 1/3] mips: Use arch specific auxvec.h instead of
generic-asm version
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
Powered by blists - more mailing lists