Re: [PATCH 0/3] Add support for the M5150 processor
From: Jonas Gorski <hidden>
Date: 2014-03-10 19:21:07
Also in:
linux-next
From: Jonas Gorski <hidden>
Date: 2014-03-10 19:21:07
Also in:
linux-next
On Mon, Mar 10, 2014 at 6:43 PM, Paul Gortmaker [off-list ref] wrote:
On Tue, Mar 4, 2014 at 8:34 AM, Markos Chandras [off-list ref] wrote:quoted
Hi, This patchset adds support for the recently announced M5150 processor http://imgtec.com/mips/mips-series5-mclass-m51xx.asp?NewsID=804I'm going to skip the bisect, and make a guess that this patchset causes the following build failures on all pre-existing mips boards: arch/mips/kernel/cpu-probe.c:856:7: error: 'PRID_IMP_M5150' undeclared (first use in this function) arch/mips/kernel/cpu-probe.c:857:16: error: 'CPU_M5150' undeclared (first use in this function) make[3]: *** [arch/mips/kernel/cpu-probe.o] Error 1 See this link as one of the many linux-next mips failures: http://kisskb.ellerman.id.au/kisskb/buildresult/10701712/
Looking at mips-next and patchwork, the problem isn't the patchset itself, but rather that only the third patch was applied. Ralf, I think you missed the following two patches :) http://patchwork.linux-mips.org/patch/6595/ http://patchwork.linux-mips.org/patch/6596/ Regards Jonas