aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64/bugs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc64/bugs.h')
-rw-r--r--include/asm-ppc64/bugs.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/asm-ppc64/bugs.h b/include/asm-ppc64/bugs.h
new file mode 100644
index 000000000000..861074b3cf71
--- /dev/null
+++ b/include/asm-ppc64/bugs.h
@@ -0,0 +1,12 @@
1/*
2 * This file is included by 'init/main.c' to check for architecture-dependent
3 * bugs.
4 *
5 */
6#ifndef _ASM_PPC64_BUGS_H
7#define _ASM_PPC64_BUGS_H
8
9static void check_bugs(void) {
10}
11
12#endif /* _ASM_PPC64_BUGS_H */