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