Skip to content

Commit

Permalink
Bugs are now a configuration option.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 629c83f commit fdb551a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/asm-mips/bug.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#ifndef __ASM_BUG_H
#define __ASM_BUG_H

#include <linux/config.h>

#ifdef CONFIG_BUG

#include <asm/break.h>

#ifdef CONFIG_BUG
Expand All @@ -14,3 +18,5 @@ do { \
#include <asm-generic/bug.h>

#endif

#endif /* __ASM_BUG_H */

0 comments on commit fdb551a

Please sign in to comment.