From: James S. <jsi...@us...> - 2001-10-29 17:42:49
|
Update of /cvsroot/linux-mips/linux/include/asm-mips64 In directory usw-pr-cvs1:/tmp/cvs-serv10000/include/asm-mips64 Added Files: bugs.h Log Message: Move check_bugs() and co. away from a headerfile. --- NEW FILE: bugs.h --- /* * This is included by init/main.c to check for architecture-dependent bugs. * * Needs: * void check_bugs(void); */ #ifndef __ASM_BUGS_H #define __ASM_BUGS_H extern void check_bugs(void); #endif /* __ASM_BUGS_H */ |