summaryrefslogblamecommitdiffstats
path: root/include/asm-mips/bug.h
blob: 758712f1c88f8767016a477351aacb97735f47d8 (plain) (tree)
1
2
3
4
5
6
7
8
9


                   



                         

                      

                     



                                                                         
      
 


                            

                        
#ifndef __ASM_BUG_H
#define __ASM_BUG_H

#include <linux/config.h>

#ifdef CONFIG_BUG

#include <asm/break.h>

#ifdef CONFIG_BUG
#define HAVE_ARCH_BUG
#define BUG()								\
do {									\
	__asm__ __volatile__("break %0" : : "i" (BRK_BUG));		\
} while (0)
#endif

#include <asm-generic/bug.h>

#endif

#endif /* __ASM_BUG_H */