Merge tag 'gvt-fixes-2020-03-10' of https://github.com/intel/gvt-linux into drm-intel...
[linux-block.git] / arch / s390 / include / asm / bugs.h
CommitLineData
9fa1db4c 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4 2/*
1da177e4 3 * S390 version
a53c8fab 4 * Copyright IBM Corp. 1999
1da177e4
LT
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
5ea732fb 18static inline void check_bugs(void)
1da177e4
LT
19{
20 /* s390 has no bugs ... */
21}