639f657145
Signed-off-by: Bryan Wu <cooloney@kernel.org>
16 lines
239 B
C
16 lines
239 B
C
/*
|
|
* include/asm-blackfin/bugs.h
|
|
*
|
|
* Copyright (C) 1994 Linus Torvalds
|
|
*/
|
|
|
|
/*
|
|
* This is included by init/main.c to check for architecture-dependent bugs.
|
|
*
|
|
* Needs:
|
|
* void check_bugs(void);
|
|
*/
|
|
|
|
static void check_bugs(void)
|
|
{
|
|
}
|