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