MIPS fixes based on suggestions from Jiang.
[openvswitch] / datapath / linux-2.4 / compat-2.4 / include-mips / asm / page.h
1 #ifndef __ASM_MIPS_PAGE_H_WRAPPER
2 #define __ASM_MIPS_PAGE_H_WRAPPER 1
3
4 #include <linux/version.h>
5 #include_next <asm/page.h>
6 #include <asm/break.h>
7
8 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,25)
9
10 #define BUG()                                                           \
11 do {                                                                    \
12         __asm__ __volatile__("break %0" : : "i" (BRK_BUG));             \
13 } while (0)
14
15 #endif /* linux kernel < 2.4.25 */
16
17 #endif /* asm/page.h */