Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 #ifndef _ASM_POWERPC_BUGS_H
0003 #define _ASM_POWERPC_BUGS_H
0004 
0005 /*
0006  */
0007 
0008 /*
0009  * This file is included by 'init/main.c' to check for
0010  * architecture-dependent bugs.
0011  */
0012 
0013 static inline void check_bugs(void) { }
0014 
0015 #endif  /* _ASM_POWERPC_BUGS_H */