Commit fdb551a4 authored by Ralf Baechle's avatar Ralf Baechle

Bugs are now a configuration option.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 629c83f8
#ifndef __ASM_BUG_H
#define __ASM_BUG_H
#include <linux/config.h>
#ifdef CONFIG_BUG
#include <asm/break.h>
#ifdef CONFIG_BUG
......@@ -14,3 +18,5 @@ do { \
#include <asm-generic/bug.h>
#endif
#endif /* __ASM_BUG_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment