Release 4.14 arch/cris/include/asm/bugs.h
/* $Id: bugs.h,v 1.2 2001/01/17 17:03:18 bjornw Exp $
*
* include/asm-cris/bugs.h
*
* Copyright (C) 2001 Axis Communications AB
*/
/*
* This is included by init/main.c to check for architecture-dependent bugs.
*
* Needs:
* void check_bugs(void);
*/
static void check_bugs(void)
{
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds | 7 | 100.00% | 1 | 100.00% |
Total | 7 | 100.00% | 1 | 100.00% |
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds | 9 | 100.00% | 1 | 100.00% |
Total | 9 | 100.00% | 1 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.