Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  *  S390 version
0004  *    Copyright IBM Corp. 1999
0005  *    Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
0006  *
0007  *  Derived from "include/asm-i386/bugs.h"
0008  *    Copyright (C) 1994  Linus Torvalds
0009  */
0010 
0011 /*
0012  * This is included by init/main.c to check for architecture-dependent bugs.
0013  *
0014  * Needs:
0015  *      void check_bugs(void);
0016  */
0017 
0018 static inline void check_bugs(void)
0019 {
0020   /* s390 has no bugs ... */
0021 }