On Thu, 2005-07-14 at 16:35 +0100, Maciej W. Rozycki wrote: > On Thu, 14 Jul 2005 ppopov@xxxxxxxxxxxxxx wrote: > > > Modified files: > > include/asm-mips: pgtable.h > > include/asm-mips/mach-au1x00: ioremap.h > > > > Log message: > > Fix the fixup_bigphys_addr compile problem. > > Hmm, I think you should include <ioremap.h> instead as that's the header > and not <asm/io.h> that provides the necessary bit for <asm/pgtable.h>. I think I did and it couldn't pick up the right one since we have the generic one and then the cpu specific version. Pete