mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 15:04:27 +08:00
Bugs are now a configuration option.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
629c83f89b
commit
fdb551a4c5
@ -1,6 +1,10 @@
|
|||||||
#ifndef __ASM_BUG_H
|
#ifndef __ASM_BUG_H
|
||||||
#define __ASM_BUG_H
|
#define __ASM_BUG_H
|
||||||
|
|
||||||
|
#include <linux/config.h>
|
||||||
|
|
||||||
|
#ifdef CONFIG_BUG
|
||||||
|
|
||||||
#include <asm/break.h>
|
#include <asm/break.h>
|
||||||
|
|
||||||
#ifdef CONFIG_BUG
|
#ifdef CONFIG_BUG
|
||||||
@ -14,3 +18,5 @@ do { \
|
|||||||
#include <asm-generic/bug.h>
|
#include <asm-generic/bug.h>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* __ASM_BUG_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user