]> Git Repo - linux.git/blob - arch/s390/include/asm/bugs.h
Merge tag 'v5.15-rc3' into spi-5.15
[linux.git] / arch / s390 / include / asm / bugs.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  *  S390 version
4  *    Copyright IBM Corp. 1999
5  *    Author(s): Martin Schwidefsky ([email protected])
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
18 static inline void check_bugs(void)
19 {
20   /* s390 has no bugs ... */
21 }
This page took 0.033586 seconds and 4 git commands to generate.