]> Git Repo - J-linux.git/blob - arch/ia64/include/asm/bugs.h
mm, x86: Saving vmcore with non-lazy freeing of vmas
[J-linux.git] / arch / ia64 / include / asm / bugs.h
1 /*
2  * This is included by init/main.c to check for architecture-dependent bugs.
3  *
4  * Needs:
5  *      void check_bugs(void);
6  *
7  * Based on <asm-alpha/bugs.h>.
8  *
9  * Modified 1998, 1999, 2003
10  *      David Mosberger-Tang <[email protected]>,  Hewlett-Packard Co.
11  */
12 #ifndef _ASM_IA64_BUGS_H
13 #define _ASM_IA64_BUGS_H
14
15 #include <asm/processor.h>
16
17 extern void check_bugs (void);
18
19 #endif /* _ASM_IA64_BUGS_H */
This page took 0.027382 seconds and 4 git commands to generate.