From: James S. <jsi...@us...> - 2001-11-19 17:36:18
|
Update of /cvsroot/linux-mips/linux/arch/mips64/kernel In directory usw-pr-cvs1:/tmp/cvs-serv23685 Modified Files: branch.c Log Message: Include <asm/cpu.h>. Index: branch.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips64/kernel/branch.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- branch.c 2001/11/08 17:15:36 1.3 +++ branch.c 2001/11/19 17:36:15 1.4 @@ -11,6 +11,7 @@ #include <linux/sched.h> #include <linux/signal.h> #include <asm/branch.h> +#include <asm/cpu.h> #include <asm/inst.h> #include <asm/ptrace.h> #include <asm/uaccess.h> |