Mark Cave-Ayland wrote:
I found a little bug in arch/x86/sys_info.c. There is a missing function prototype for void collect_sys_info(struct sys_info *info). Just adding void collect_sys_info(struct sys_info *info); right above the function definition fixes the problem.
Hmmm how bizarre. This is similar to the strange PPC bug in that certain combinations of code/headers work fine in one place (amd64) but not in the other (x86). Thanks for the heads-up, I shall fix this either later today or tomorrow.
Done. Please let me know if you find any other build problems.
ATB,
Mark.