Commit 8b798c4d16b762d15f4055597ff8d87f73b35552 causes compile errors like the following for several system types: <-- snip --> ... CC arch/mips/au1000/common/platform.o /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/au1000/common/platform.c:277: error: 'PSC0_BASE_ADDR' undeclared here (not in a function) /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/au1000/common/platform.c:314: warning: no previous prototype for 'au1xxx_platform_init' make[2]: *** [arch/mips/au1000/common/platform.o] Error 1 <-- snip --> One or more #include <asm/mach-au1x00/au1xxx_psc.h>'s at the right places seem to be the correct solution, but I don't understand the mips subarch setup good enough for knowing where to place them. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed