13 lines
215 B
C
13 lines
215 B
C
|
/*
|
||
|
* This file is included by 'init/main.c' to check for architecture-dependent
|
||
|
* bugs.
|
||
|
*
|
||
|
*/
|
||
|
#ifndef _ASM_PPC64_BUGS_H
|
||
|
#define _ASM_PPC64_BUGS_H
|
||
|
|
||
|
static void check_bugs(void) {
|
||
|
}
|
||
|
|
||
|
#endif /* _ASM_PPC64_BUGS_H */
|