From: Pete P. <pp...@us...> - 2001-10-26 22:11:46
|
Update of /cvsroot/linux-mips/linux/arch/mips/mm In directory usw-pr-cvs1:/tmp/cvs-serv24414/arch/mips/mm Modified Files: c-rm7k.c Log Message: Added cpu.h to fix a compile error. Index: c-rm7k.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/mm/c-rm7k.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- c-rm7k.c 2001/10/23 17:20:14 1.1 +++ c-rm7k.c 2001/10/26 22:11:25 1.2 @@ -24,6 +24,7 @@ #include <asm/pgtable.h> #include <asm/system.h> #include <asm/bootinfo.h> +#include <asm/cpu.h> #include <asm/mmu_context.h> /* CP0 hazard avoidance. */ |