diff options
Diffstat (limited to 'include/asm-s390/bugs.h')
-rw-r--r-- | include/asm-s390/bugs.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/include/asm-s390/bugs.h b/include/asm-s390/bugs.h new file mode 100644 index 000000000000..2c3659621314 --- /dev/null +++ b/include/asm-s390/bugs.h | |||
@@ -0,0 +1,22 @@ | |||
1 | /* | ||
2 | * include/asm-s390/bugs.h | ||
3 | * | ||
4 | * S390 version | ||
5 | * Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation | ||
6 | * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com) | ||
7 | * | ||
8 | * Derived from "include/asm-i386/bugs.h" | ||
9 | * Copyright (C) 1994 Linus Torvalds | ||
10 | */ | ||
11 | |||
12 | /* | ||
13 | * This is included by init/main.c to check for architecture-dependent bugs. | ||
14 | * | ||
15 | * Needs: | ||
16 | * void check_bugs(void); | ||
17 | */ | ||
18 | |||
19 | static void __init check_bugs(void) | ||
20 | { | ||
21 | /* s390 has no bugs ... */ | ||
22 | } | ||