summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/bugs.h
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2022-11-11 13:15:54 +0100
committerAlexander Gordeev <agordeev@linux.ibm.com>2022-11-16 11:41:14 +0100
commita3a6f55cc6fed675989647ab37bf9812a367f5f1 (patch)
treecc8ef94b0187cc84debde2207782c522a95c0cf2 /arch/s390/include/asm/bugs.h
parentb381d047aad80ed6d0b41fc83180061cde0fc705 (diff)
s390: use generic bugs.h header file
Use the generic bugs.h header file. Except for an excellent comment the header files are identical. Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/bugs.h')
-rw-r--r--arch/s390/include/asm/bugs.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/arch/s390/include/asm/bugs.h b/arch/s390/include/asm/bugs.h
deleted file mode 100644
index aa42a179be33..000000000000
--- a/arch/s390/include/asm/bugs.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- * S390 version
- * Copyright IBM Corp. 1999
- * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
- *
- * Derived from "include/asm-i386/bugs.h"
- * Copyright (C) 1994 Linus Torvalds
- */
-
-/*
- * This is included by init/main.c to check for architecture-dependent bugs.
- *
- * Needs:
- * void check_bugs(void);
- */
-
-static inline void check_bugs(void)
-{
- /* s390 has no bugs ... */
-}