]> Git Repo - linux.git/blob - arch/s390/include/asm/bugs.h
clocksource: Exynos_mct: Use irq_force_affinity() in cpu bringup
[linux.git] / arch / s390 / include / asm / bugs.h
1 /*
2  *  S390 version
3  *    Copyright IBM Corp. 1999
4  *    Author(s): Martin Schwidefsky ([email protected])
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
17 static inline void check_bugs(void)
18 {
19   /* s390 has no bugs ... */
20 }
This page took 0.033497 seconds and 4 git commands to generate.