[PATCH] i386/x86-64: rename is_at_popf(), add iret to tests and fix
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-mips / bug.h
blob7b4739dc8f3f28387ac71a26e11089dddbc1cff5
1 #ifndef __ASM_BUG_H
2 #define __ASM_BUG_H
5 #ifdef CONFIG_BUG
7 #include <asm/break.h>
9 #define BUG() \
10 do { \
11 __asm__ __volatile__("break %0" : : "i" (BRK_BUG)); \
12 } while (0)
14 #define HAVE_ARCH_BUG
16 #endif
18 #include <asm-generic/bug.h>
20 #endif /* __ASM_BUG_H */