| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* | 
 | 2 |  *  include/asm-s390/bugs.h | 
 | 3 |  * | 
 | 4 |  *  S390 version | 
 | 5 |  *    Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation | 
 | 6 |  *    Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) | 
 | 7 |  * | 
 | 8 |  *  Derived from "include/asm-i386/bugs.h" | 
 | 9 |  *    Copyright (C) 1994  Linus Torvalds | 
 | 10 |  */ | 
 | 11 |  | 
 | 12 | /* | 
 | 13 |  * This is included by init/main.c to check for architecture-dependent bugs. | 
 | 14 |  * | 
 | 15 |  * Needs: | 
 | 16 |  *      void check_bugs(void); | 
 | 17 |  */ | 
 | 18 |  | 
| Heiko Carstens | 5ea732f | 2007-03-05 23:35:50 +0100 | [diff] [blame] | 19 | static inline void check_bugs(void) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | { | 
 | 21 |   /* s390 has no bugs ... */ | 
 | 22 | } |