Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[deliverable/linux.git] / arch / s390 / include / asm / bugs.h
CommitLineData
1da177e4 1/*
1da177e4 2 * S390 version
a53c8fab 3 * Copyright IBM Corp. 1999
1da177e4
LT
4 * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
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
5ea732fb 17static inline void check_bugs(void)
1da177e4
LT
18{
19 /* s390 has no bugs ... */
20}
This page took 0.699195 seconds and 5 git commands to generate.